- Milling Tool - more or less made the CNCJob generation for multigeo Geometries to work; still the parameters may not be used
- removed the Generate CNCJob context menu action in the Project Menu as this will not work anymore
This commit is contained in:
@@ -864,8 +864,6 @@ class MainGUI(QtWidgets.QMainWindow):
|
||||
|
||||
self.menuproject.addSeparator()
|
||||
|
||||
self.menuprojectgeneratecnc = self.menuproject.addAction(
|
||||
QtGui.QIcon(self.app.resource_location + '/cnc32.png'), _('Create CNCJob'))
|
||||
self.menuprojectviewsource = self.menuproject.addAction(
|
||||
QtGui.QIcon(self.app.resource_location + '/source32.png'), _('View Source'))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user