libarea profile and pocket now pass hv feedrate.

Warning:  The units may not be correct for your post processor.
Need to check this and find a better way.
This commit is contained in:
sliptonic
2016-03-04 09:48:09 -06:00
committed by Yorik van Havre
parent 26bef05db2
commit d5c3043e73
2 changed files with 26 additions and 14 deletions

View File

@@ -222,6 +222,8 @@ class ObjectProfile:
return
PathKurveUtils.output('mem')
PathKurveUtils.feedrate_hv(obj.HorizFeed.Value, obj.VertFeed.Value)
output = ""
curve = PathKurveUtils.makeAreaCurve(edgelist,direction,startpoint, endpoint)