diff --git a/src/Mod/CAM/Path/Tool/shape/models/chamfer.py b/src/Mod/CAM/Path/Tool/shape/models/chamfer.py index ce880cbdbc..96582d822e 100644 --- a/src/Mod/CAM/Path/Tool/shape/models/chamfer.py +++ b/src/Mod/CAM/Path/Tool/shape/models/chamfer.py @@ -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