OCC pocket handles large curves better now. Needs testing

initial commit
This commit is contained in:
sliptonic
2016-05-14 14:01:58 -05:00
committed by Yorik van Havre
parent 765c6a9d8a
commit 11c2396c11
10 changed files with 333 additions and 200 deletions

View File

@@ -258,7 +258,7 @@ print "y - " + str(point.y)
import Part # math #DraftGeomUtils
output = ""
toolLoad = PathUtils.getLastToolLoad(obj)
if toolLoad is None:
if toolLoad is None or toolLoad.ToolNumber == 0:
self.vertFeed = 100
self.horizFeed = 100
self.radius = 0.25