- made sure that if using an negative Gerber isolation diameter, the resulting Geometry object will use a tool with positive diameter

- fixed bug that when isolating a Gerber file made out of a single polygon, an Recurrsion Exception was issued together with inability to create tbe isolation
This commit is contained in:
Marius Stanciu
2019-08-05 01:02:19 +03:00
parent 8a17575525
commit afdff59aff
3 changed files with 20 additions and 5 deletions

View File

@@ -9,6 +9,11 @@ CAD program, and create G-Code for Isolation routing.
=================================================
5.08.2019
- made sure that if using an negative Gerber isolation diameter, the resulting Geometry object will use a tool with positive diameter
- fixed bug that when isolating a Gerber file made out of a single polygon, an Recurrsion Exception was issued together with inability to create tbe isolation
3.08.2019
- added project name to the window title