- made the polygon fusing in modified Gerber creation, a list comprehension in an attempt for optimization

- when right clicking the files in Project tab, the Save option for Excellon no longer export it but really save the original.
This commit is contained in:
Marius Stanciu
2019-02-27 00:14:53 +02:00
committed by Marius S
parent 7b4ea1dfa9
commit 18132eab4c
3 changed files with 72 additions and 28 deletions

View File

@@ -18,6 +18,8 @@ CAD program, and create G-Code for Isolation routing.
- fixed Gerber Aperture Table dimensions
- added a Mark All button in the Gerber aperture table.
- because adding shapes to the shapes collection (when doing Mark or Mark All) is time consuming I made the plot_apertures() threaded.
- made the polygon fusing in modified Gerber creation, a list comprehension in an attempt for optimization
- when right clicking the files in Project tab, the Save option for Excellon no longer export it but really save the original.
25.02.2019