- modified the bounding box utility feature in the Gerber Object UI to work with negative margin values

This commit is contained in:
Marius Stanciu
2022-01-26 13:49:48 +02:00
committed by Marius
parent b69738d852
commit 805cf75e85
2 changed files with 25 additions and 9 deletions

View File

@@ -11,10 +11,11 @@ CHANGELOG for FlatCAM beta
- fixed the Cutout plugin not working with Geometry objects that are made out of a LineString or LinearRing geometric elements
- fixed the Cutout plugin for the rectangular cutout: the name of the resulting object is now correct if there is no extension in the source file
- modified the bounding box utility feature in the Gerber Object UI to work with buffer value of 0.0 and rounded corners
- modified the bounding box utility feature in the Gerber Object UI to work with margin value of 0.0 and rounded corners
- in Cutout plugin added the ability to create Manual Geometries with negative tool diameters
- fix the Transform plugin, buffer functionality for Geometry objects such that the buffer with negative values will work by crating a buffer toward the interior of that geometry
- minor changes
- modified the bounding box utility feature in the Gerber Object UI to work with negative margin values
25.01.2022