diff --git a/src/Mod/CAM/Path/Op/SurfaceSupport.py b/src/Mod/CAM/Path/Op/SurfaceSupport.py index 77d153168d..e2aa7e451e 100644 --- a/src/Mod/CAM/Path/Op/SurfaceSupport.py +++ b/src/Mod/CAM/Path/Op/SurfaceSupport.py @@ -2648,7 +2648,7 @@ class OCL_Tool: "bullnose": "BullCutter", "drill": "ConeCutter", "engraver": "ConeCutter", - "v-bit": "ConeCutter", + "v_bit": "ConeCutter", "chamfer": "None", } self.toolMethod = "None"