- in Geometry Editor - simplification method is now threaded and optimized

This commit is contained in:
Marius Stanciu
2020-11-27 02:14:59 +02:00
committed by Marius
parent e79a53012a
commit ae302244a6
2 changed files with 21 additions and 13 deletions

View File

@@ -14,6 +14,7 @@ CHANGELOG for FlatCAM beta
- in Geometry Editor - added new information's (length, coordinates and vertex points number) for the geometric element selected in the Geometry Table
- in Geometry Editor - added more parameters displayed for the geometric elements selected in the Geometry Table: is_valid, is_empty, is_ccw, is_simple, is_ring
- in Geometry Editor - added a new feature: Simplification. It will greatly reduce the number of vertex points in a geometry element selected in the Geometry Table thus potentially greatly reducing the resulting GCode number of lines
- in Geometry Editor - simplification method is now threaded and optimized
26.11.2020