- fixed the Tcl command Cncjob: there was a problem reported as issue #416. The command did not work due of the dpp parameter

- modified the Tcl command Cncjob such that if some of the parameters are not used then the default values will be used (set with set_sys)
- modified the Tcl command Drillcncjob to use the defaults when some of the parameters are not used
This commit is contained in:
Marius Stanciu
2020-05-12 03:12:21 +03:00
committed by Marius
parent 4ff5fb6b55
commit 267db756e1
5 changed files with 66 additions and 51 deletions

View File

@@ -2869,7 +2869,7 @@ class FlatCAMGUI(QtWidgets.QMainWindow):
# Open Project
if key == QtCore.Qt.Key_O:
self.app.on_file_openproject()
self.app.on_file_openproject(signal=None)
# Open Project
if key == QtCore.Qt.Key_P: