- modified the way FlatCAM preferences are saved. Now they can be saved as new files with .FlatConfig extension by the user and shared.

This commit is contained in:
Marius Stanciu
2019-01-23 17:06:14 +02:00
committed by Marius
parent 4afa67542b
commit e945ced44b
4 changed files with 161 additions and 76 deletions

View File

@@ -12,7 +12,8 @@ CAD program, and create G-Code for Isolation routing.
23.01.2019
- added a new postprocessor file named 'line_xyz' which have x, y, z values on the same GCode line
- fixed calculation of total path for Excellon Gcode file
- fixed calculation of total path for Excellon Gcode file
- modified the way FlatCAM preferences are saved. Now they can be saved as new files with .FlatConfig extension by the user and shared.
21.01.2019