- updated the new Tcl command: now it has an argument -keep_scripts that when True, will keep the loaded scripts in the new project

This commit is contained in:
Marius Stanciu
2022-01-29 20:35:28 +02:00
committed by Marius
parent 54def9a426
commit a29d18bd12
4 changed files with 38 additions and 12 deletions

View File

@@ -13,6 +13,7 @@ CHANGELOG for FlatCAM beta
- added a new preprocessor for Marlin that has movemements on the Z axis named `Marlin_laser_Z`
- cleaned up Marlin preprocessors
- in the `panelize`, `cutout` and `geocutout` Tcl commands updated the error strings and made sure that if an error occur then a potential script execution in chain is aborted
- updated the `new` Tcl command: now it has an argument `-keep_scripts` that when True, will keep the loaded scripts in the new project
28.01.2022