- fixed the Gerber parser to work for the case of having coordinates with negative values and the trailing zeros are removed and leading zeros are kept

This commit is contained in:
Marius Stanciu
2021-05-07 01:02:37 +03:00
committed by Marius
parent 9ed395df99
commit 8972b3d635
2 changed files with 32 additions and 15 deletions

View File

@@ -7,6 +7,10 @@ CHANGELOG for FlatCAM beta
=================================================
7.05.2021
- fixed the Gerber parser to work for the case of having coordinates with negative values and the trailing zeros are removed and leading zeros are kept
3.05.2021
- changed the save_project() method such that when the project is saved as compressed now the compression is first done in memory and only after that the app will attempt to write it to a file on disk