Update SurfaceSupport.py

- Fixed mapping v_bit to ConeCutter
This commit is contained in:
Unl0gic
2024-09-23 09:15:57 +02:00
committed by Yorik van Havre
parent 528c2a0a17
commit 4a617bf326

View File

@@ -2648,7 +2648,7 @@ class OCL_Tool:
"bullnose": "BullCutter",
"drill": "ConeCutter",
"engraver": "ConeCutter",
"v-bit": "ConeCutter",
"v_bit": "ConeCutter",
"chamfer": "None",
}
self.toolMethod = "None"