CAM: Fix: rename vbit and threadmill back to v-bit and thread-mill to avoid backward compatibility issues

This commit is contained in:
Samuel Abels
2025-06-30 22:59:14 +02:00
parent 16d90cfbb9
commit 173ee65b8b
8 changed files with 12 additions and 10 deletions

View File

@@ -2652,6 +2652,7 @@ class OCL_Tool:
"drill": "ConeCutter",
"engraver": "ConeCutter",
"v_bit": "ConeCutter",
"v-bit": "ConeCutter",
"vbit": "ConeCutter",
"chamfer": "None",
}

View File

@@ -33,6 +33,7 @@ from ...assets.asset import Asset
SHAPEMAP = {
"ballend": "Ballnose",
"endmill": "Cylindrical",
"v-bit": "Conical",
"vbit": "Conical",
"chamfer": "Snubnose",
}