- fixed more issues with the cncjob Tcl command

- made sure that some autocomplete keywords are correctly processed by the application; needs the delete of the preferences files
This commit is contained in:
Marius Stanciu
2022-01-21 22:15:33 +02:00
committed by Marius
parent af688cb369
commit 17533aebc3
5 changed files with 91 additions and 59 deletions

View File

@@ -12,6 +12,8 @@ CHANGELOG for FlatCAM beta
- added a new Tcl command: `buffer` which will buffer the geometry of an object or will scale individually each geometry sub element
- fixed the buffer() method for the Excellon objects (the resulting tool diameters were calculated less than the what was expected)
- fixed the description for the new Tcl command `buffer`
- fixed more issues with the `cncjob` Tcl command
- made sure that some autocomplete keywords are correctly processed by the application; needs the delete of the preferences files
19.01.2022