- fixed the drillcncjob Tcl command to use the parameters: endz and endxy

This commit is contained in:
Marius Stanciu
2022-01-30 22:26:14 +02:00
committed by Marius
parent d6c345656c
commit 262e795f2e
3 changed files with 54 additions and 19 deletions

View File

@@ -20,6 +20,7 @@ CHANGELOG for FlatCAM beta
- fixed some UI issues for the Milling and Drilling plugins when using a `laser` preprocessor
- finished implementing the new feature that add a new parameter `laser minimum power` for the Drillin, Milling Plugins and for the `cncjob` and `drillcncjob` Tcl commands:
- modified all the preprocessors that are for `laser` to use the new parameter: `laser minimum power`
- fixed the `drillcncjob` Tcl command to use the parameters: `endz` and `endxy`
29.01.2022