- Copper Fill Tool: added possibility to select between a bounding box rectangular or convex hull when the reference is the geometry of the source Gerber object

- Copper Fill Tool: cleanup on not regular tool exit
This commit is contained in:
Marius Stanciu
2019-10-25 23:08:44 +03:00
committed by Marius
parent 2bde43ca3f
commit 4a3a0a5669
6 changed files with 118 additions and 22 deletions

View File

@@ -22,6 +22,8 @@ CAD program, and create G-Code for Isolation routing.
- QRCode Tool: added GUI category in Preferences window
- QRCode Tool: shortcut key for this tool is now ALT+Q while PDF import Tool was relegated to CTRL+Q combo key shortcut
- added a new FlatCAM Tool: Copper Fill Tool. It will pour copper into a Gerber filling all empty space with copper, at a clearance distance of the Gerber features
- Copper Fill Tool: added possibility to select between a bounding box rectangular or convex hull when the reference is the geometry of the source Gerber object
- Copper Fill Tool: cleanup on not regular tool exit
24.10.2019