CAM: Fix: rename vbit and threadmill back to v-bit and thread-mill to avoid backward compatibility issues
This commit is contained in:
@@ -2652,6 +2652,7 @@ class OCL_Tool:
|
||||
"drill": "ConeCutter",
|
||||
"engraver": "ConeCutter",
|
||||
"v_bit": "ConeCutter",
|
||||
"v-bit": "ConeCutter",
|
||||
"vbit": "ConeCutter",
|
||||
"chamfer": "None",
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@ from ...assets.asset import Asset
|
||||
SHAPEMAP = {
|
||||
"ballend": "Ballnose",
|
||||
"endmill": "Cylindrical",
|
||||
"v-bit": "Conical",
|
||||
"vbit": "Conical",
|
||||
"chamfer": "Snubnose",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user