- fixed issue with not loading old projects that do not have certain information's required by the new versions of FlatCAM

- compacted a bit more the GUI for Gerber Object
This commit is contained in:
Marius Stanciu
2019-02-19 13:00:38 +02:00
committed by Marius
parent 7f65cf628d
commit d998b87601
4 changed files with 22 additions and 12 deletions

View File

@@ -12,7 +12,10 @@ CAD program, and create G-Code for Isolation routing.
19.02.2019
- added the ability to compress the FlatCAM project on save with LZMA compression. There is a setting in Edit -> Preferences -> Compression Level between 0 and 9. 9 level yields best compression at the price of RAM usage and time spent.
- made FlatCAM able to load old type (uncompressed) FlatCAM projects
- made FlatCAM able to load old type (uncompressed) FlatCAM projects
- fixed issue with not loading old projects that do not have certain information's required by the new versions of FlatCAM
- compacted a bit more the GUI for Gerber Object
18.02.2019