- 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:
@@ -67,16 +67,6 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
|
||||
'Open &Gerber ...\tCTRL+G', self)
|
||||
self.menufile_open.addAction(self.menufileopengerber)
|
||||
|
||||
# Open gerber with follow...
|
||||
self.menufileopengerber_follow = QtWidgets.QAction(QtGui.QIcon('share/flatcam_icon24.png'),
|
||||
'Open &Gerber (w/ Follow) ...', self)
|
||||
self.menufileopengerber_follow.setToolTip(
|
||||
"Will open a Gerber file with the 'follow' attribute.\n"
|
||||
"This will actually 'trace' the features of a Gerber file and\n"
|
||||
"the resulting Gerber geometry will have no volume, it will be\n"
|
||||
"made out of lines."
|
||||
)
|
||||
self.menufile_open.addAction(self.menufileopengerber_follow)
|
||||
self.menufile_open.addSeparator()
|
||||
|
||||
# Open Excellon ...
|
||||
|
||||
Reference in New Issue
Block a user