- in Geometry Editor - added a new feature: ability to change the orientation (from CW to CCW and the revers) for Polygon and LinearRing geometry elements.

This commit is contained in:
Marius Stanciu
2020-11-27 03:23:09 +02:00
committed by Marius
parent cb494d7e8f
commit 25279dd340
2 changed files with 63 additions and 17 deletions

View File

@@ -16,6 +16,7 @@ CHANGELOG for FlatCAM beta
- 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
- in Geometry Editor - fixed a crash on Geometry Editor exit
- in Geometry Editor - added a new feature: ability to change the orientation (from CW to CCW and the revers) for Polygon and LinearRing geometry elements.
26.11.2020