- removed the Open Gerber with 'follow' menu entry and also the open_gerber Tcl Command attribute 'follow'. This is no longer required because now the follow_geometry is stored by default in a Gerber object attribute gerber_obj.follow_geometry
- added a new parameter for the Tcl CommandIsolate, named: 'follow'. When follow = 1 (True) the resulting geometry will follow the Gerber paths.
This commit is contained in:
@@ -266,13 +266,12 @@ class GerberObjectUI(ObjectUI):
|
||||
grid1.addWidget(self.combine_passes_cb, 4, 0)
|
||||
|
||||
# generate follow
|
||||
self.follow_cb = FCCheckBox(label='"Follow" Geo')
|
||||
self.follow_cb = FCCheckBox(label='"Follow"')
|
||||
self.follow_cb.setToolTip(
|
||||
"Generate a 'Follow' geometry.\n"
|
||||
"This means that it will cut through\n"
|
||||
"the middle of the trace.\n"
|
||||
"Requires that the Gerber file to be\n"
|
||||
"loaded with 'follow' parameter."
|
||||
"the middle of the trace."
|
||||
|
||||
)
|
||||
grid1.addWidget(self.follow_cb, 4, 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user