- made the delayed Gerber buffering to use multiprocessing but I see not much performance increase

This commit is contained in:
Marius Stanciu
2020-06-03 04:26:56 +03:00
committed by Marius
parent 89d2de48da
commit b23bd5f590
2 changed files with 14 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ CHANGELOG for FlatCAM beta
- Transform Tool - compacted the UI
- minor issue in Paint Tool
- added a new feature for Gerber parsing: if the NO buffering is chosen in the Gerber Advanced Preferences there is now a checkbox to activate delayed buffering which will do the buffering in background allowing the user to work in between. I hope that this can be useful in case of large Gerber files.
- made the delayed Gerber buffering to use multiprocessing but I see not much performance increase
2.06.2020