- when parsing a new Gerber object, I am "preparing" each geometry added therefore making the Gerber object geometry possible faster to process

This commit is contained in:
Marius Stanciu
2023-04-15 22:15:33 +03:00
parent 6a29bcbe7c
commit 765d7cc05b
2 changed files with 44 additions and 2 deletions

View File

@@ -12,6 +12,7 @@ CHANGELOG for FlatCAM Evo beta
- changed the shapely imports a bit according to the specifications of Shapely 2.0
- changed the requirements.txt file to reflect the need for at least Shapely in version 2.0
- some code leftovers are commented
- when parsing a new Gerber object, I am "preparing" each geometry added therefore making the Gerber object geometry possible faster to process
08.04.2023