- done a regression on Tool Tab default text. It somehow delete Tools in certain scenarios so I got rid of it

- fixed bug in multigeometry geometry not having the bounds in self.options and crashing the GCode generation
- fixed bug that crashed whole application in case that the GCode editor is activated on a Tool gcode that is defective.
This commit is contained in:
Marius Stanciu
2019-02-06 00:16:14 +02:00
committed by Marius S
parent 2ea2ed0cb0
commit 299a6585a7
7 changed files with 79 additions and 35 deletions

View File

@@ -829,7 +829,7 @@ class Geometry(object):
for i in current.interiors:
geoms.insert(i)
else:
print("Current Area is zero")
log.debug("camlib.Geometry.clear_polygon() --> Current Area is zero")
break
# Optimization: Reduce lifts