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:
sliptonic
2016-07-03 12:02:24 -05:00
committed by Yorik van Havre
parent d1b927767a
commit bf46ea4804
7 changed files with 19 additions and 42 deletions

View File

@@ -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)"