Added combined dialog for TC editing - refactored UI controller into separate class.

This commit is contained in:
Markus Lampert
2017-08-26 19:41:29 -07:00
committed by wmayer
parent b05a6e1945
commit d7558ed6ba
6 changed files with 730 additions and 153 deletions

View File

@@ -132,7 +132,7 @@ class ObjectOp(PathOp.ObjectOp):
obj.Side = "Inside"
except Exception as e:
PathLog.error(translate("PatArea", "Error in calculating depths: %s" % e))
PathLog.error(translate("PatArea", "Error in calculating depths: %s") % e)
obj.StartDepth = 5.0
obj.ClearanceHeight = 10.0
obj.SafeHeight = 8.0