From 1de6c974c0e4e694f607fa40823c3904261e6d79 Mon Sep 17 00:00:00 2001 From: herbkonik <112805193+herbkonik@users.noreply.github.com> Date: Mon, 10 Feb 2025 17:35:26 +0100 Subject: [PATCH] Update SurfaceSupport.py (#18724) --- src/Mod/CAM/Path/Op/SurfaceSupport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/CAM/Path/Op/SurfaceSupport.py b/src/Mod/CAM/Path/Op/SurfaceSupport.py index e2aa7e451e..2323f416a7 100644 --- a/src/Mod/CAM/Path/Op/SurfaceSupport.py +++ b/src/Mod/CAM/Path/Op/SurfaceSupport.py @@ -2627,7 +2627,7 @@ class OCL_Tool: return self.oclTool = self.ocl.BullCutter( self.diameter, - self.diameter - self.flatRadius, + self.diameter / 2 - self.flatRadius, self.cutEdgeHeight + self.lengthOffset, )