- fixed bug in Tool Subtract that did not allow subtracting Gerber objects

This commit is contained in:
Marius Stanciu
2019-11-20 00:12:34 +02:00
committed by Marius
parent 50abe2883d
commit 4c1fdd2e2d
3 changed files with 22 additions and 19 deletions

View File

@@ -13,6 +13,7 @@ CAD program, and create G-Code for Isolation routing.
- removed the f-strings replacing them with the traditional string formatting due of not being supported by older versions of Python 3
- fixed some TclCommands: MillDrills and OpenGerber
- fixed bug in Tool Subtract that did not allow subtracting Gerber objects
18.11.2019