CAM: Fix: Chamfer schema was missing TipDiameter
This commit is contained in:
@@ -56,6 +56,10 @@ class ToolBitShapeChamfer(ToolBitShape):
|
||||
FreeCAD.Qt.translate("ToolBitShape", "Shank diameter"),
|
||||
"App::PropertyLength",
|
||||
),
|
||||
"TipDiameter": (
|
||||
FreeCAD.Qt.translate("ToolBitShape", "Tip diameter"),
|
||||
"App::PropertyLength",
|
||||
),
|
||||
}
|
||||
|
||||
@property
|
||||
|
||||
Reference in New Issue
Block a user