- added the 'Save' menu entry to the Project context menu, for CNCJob: it will export the GCode.
This commit is contained in:
@@ -4720,6 +4720,8 @@ class App(QtCore.QObject):
|
||||
self.on_file_exportdxf()
|
||||
elif type(obj) == FlatCAMExcellon:
|
||||
self.on_file_exportexcellon()
|
||||
elif type(obj) == FlatCAMCNCjob:
|
||||
obj.on_exportgcode_button_click()
|
||||
|
||||
def obj_move(self):
|
||||
self.report_usage("obj_move()")
|
||||
|
||||
Reference in New Issue
Block a user