- FlatCAM saves now to a file in self.data_path the toolbar positions and the position of TCL Shell

This commit is contained in:
Marius Stanciu
2019-02-01 02:05:39 +02:00
committed by Marius S
parent d45d2c05ec
commit 5ab89791c7
3 changed files with 26 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ CAD program, and create G-Code for Isolation routing.
- hidden the snap magnet entry and snap magnet toggle from the main view; they are now active only in Editor Mode
- updated the camlib.CNCJob.scale() function so now the GCode is scaled also (quite a HACK :( it will need to be replaced at some point)). Units change work now on the GCODE also.
- added the bounds coordinates to the GCODE header
- FlatCAM saves now to a file in self.data_path the toolbar positions and the position of TCL Shell
30.01.2019