- in Tool Isolation, for Polygon Selection method, added ability to select all/clear all polygons allowing thus negative selection (select all followed by deselection of the polygons you don't want isolated, e.g a ground plane)

This commit is contained in:
Marius Stanciu
2020-11-27 16:36:02 +02:00
committed by Marius
parent b0ccc15f70
commit 1f31c4156f
3 changed files with 81 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ CHANGELOG for FlatCAM beta
- in Geometry Editor - added new feature: Zoom on selected (by selecting a geometry element in the Geometry Table)
- in Geometry Object Properties UI - added the UI for Utilities and within Utilities added the Simplification UI
- in Geometry Object Properties UI - finished the new feature Simplification and Vertex Points calculation which should greatly reduce the resulting GCode size
- in Tool Isolation, for Polygon Selection method, added ability to select all/clear all polygons allowing thus negative selection (select all followed by deselection of the polygons you don't want isolated, e.g a ground plane)
26.11.2020