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 7ab026ea5e
commit 9a9f0fa0eb
7 changed files with 19 additions and 42 deletions

View File

@@ -282,7 +282,7 @@ class ObjectSurface:
obj.Label = obj.UserLabel + " :" + obj.ToolDescription
output += "(" + obj.Label + ")"
output += "(Compensated Tool Path: " + str(self.radius) + ")"
output += "(Compensated Tool Path. Diameter: " + str(self.radius * 2) + ")"
if obj.Base:
for b in obj.Base: