Additional fixes for post processing.
comment diameter instead of radius for compensated profile/surface ops opensbp improved pre processor is more explicit with XY values cmake copies opensbp postprocessor. Removed unnecessary file.
This commit is contained in:
committed by
Yorik van Havre
parent
d1b927767a
commit
bf46ea4804
@@ -289,7 +289,7 @@ print "y - " + str(point.y)
|
||||
|
||||
output += "(" + obj.Label + ")"
|
||||
if obj.Side != "On":
|
||||
output += "(Compensated Tool Path: " + str(self.radius) + ")"
|
||||
output += "(Compensated Tool Path. Diameter: " + str(self.radius * 2) + ")"
|
||||
else:
|
||||
output += "(Uncompensated Tool Path)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user