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
7ab026ea5e
commit
9a9f0fa0eb
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user