- remade the Paint Tool - single polygon painting; now it can single paint a list of polygons that are clicked onto (right click will start the actual painting)

This commit is contained in:
Marius Stanciu
2019-11-25 22:22:36 +02:00
committed by Marius
parent 07fb663e7b
commit c025d6ad79
3 changed files with 193 additions and 146 deletions

View File

@@ -18,6 +18,7 @@ CAD program, and create G-Code for Isolation routing.
- 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
- fixed bugs in Paint Tool when painting single polygon
- in Gerber isolation added the option to selectively isolate only certain polygons - made it to work for Legacy(2D) graphic mode
- remade the Paint Tool - single polygon painting; now it can single paint a list of polygons that are clicked onto (right click will start the actual painting)
23.11.2019