- clicking to add a polygon when doing Single type isolation will add a blue shape marking the selected polygon, second click will remove that shape

This commit is contained in:
Marius Stanciu
2019-11-25 18:32:01 +02:00
parent 9715fba5eb
commit 2260bee4a5
2 changed files with 20 additions and 7 deletions

View File

@@ -15,6 +15,7 @@ CAD program, and create G-Code for Isolation routing.
- in Gerber isolation added the option to selectively isolate only certain polygons
- made some optimizations in FlatCAMGerber.isolate() method
- updated the 'single' isolation of Gerber polygons to remove the polygon if clicked on it and it is already in the list of single polygons to be isolated
- clicking to add a polygon when doing Single type isolation will add a blue shape marking the selected polygon, second click will remove that shape
23.11.2019