- fixed the Drillcncjob Tcl command by adding an custom self.options key "Tools_in_use" and build it's value, in case it does not exist, to make the toolchange command work
- middle mouse click on closable tabs will close them
This commit is contained in:
@@ -18,6 +18,8 @@ CAD program, and create G-Code for Isolation routing.
|
||||
- modified the Drillcncjob and Cncjob Tcl commands to be allowed to work without the 'dwell' and 'toolchange' arguments. If 'dwelltime' argument is present it will be assumed that the 'dwell' is True and the same for 'toolchangez' parameter, if present then 'toolchange' will be assumed to be True, else False
|
||||
- modified the extracut and multidepth parameters in Cncjob Tcl command like for dwell and toolchange
|
||||
- added ability for Tcl commands to have optional arguments with None value (meaning missing value). This case should be treated for each Tcl command in execute() method
|
||||
- fixed the Drillcncjob Tcl command by adding an custom self.options key "Tools_in_use" and build it's value, in case it does not exist, to make the toolchange command work
|
||||
- middle mouse click on closable tabs will close them
|
||||
|
||||
30.12.2019
|
||||
|
||||
|
||||
Reference in New Issue
Block a user