Skip to content

Commit

Permalink
Update SurfaceSupport.py
Browse files Browse the repository at this point in the history
  • Loading branch information
herbkonik authored Dec 25, 2024
1 parent 6bb424b commit ac37f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/CAM/Path/Op/SurfaceSupport.py
Original file line number Diff line number Diff line change
Expand Up @@ -2627,7 +2627,7 @@ def _oclBullCutter(self):
return
self.oclTool = self.ocl.BullCutter(
self.diameter,
self.diameter - self.flatRadius,
self.diameter / 2 - self.flatRadius,
self.cutEdgeHeight + self.lengthOffset,
)

Expand Down

0 comments on commit ac37f79

Please sign in to comment.