From d7a6b24ec028435544bd8cb4c492550c1f572f6e Mon Sep 17 00:00:00 2001 From: sliptonic Date: Fri, 19 Jul 2024 17:10:38 -0500 Subject: [PATCH] Fixes: https://github.com/Ondsel-Development/FreeCAD/issues/116 The migration of CAM to use the new material system left behind some logic that created an old dedicated stock material property. This commit removes that property --- src/Mod/CAM/Path/Main/Stock.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/Mod/CAM/Path/Main/Stock.py b/src/Mod/CAM/Path/Main/Stock.py index ffff64765b..bc2a4850d5 100644 --- a/src/Mod/CAM/Path/Main/Stock.py +++ b/src/Mod/CAM/Path/Main/Stock.py @@ -172,12 +172,6 @@ class StockFromBase(Stock): "Extra allowance from part bound box in positive Z direction", ), ) - obj.addProperty( - "App::PropertyLink", - "Material", - "Component", - QT_TRANSLATE_NOOP("App::Property", "A material for this object"), - ) obj.Base = base obj.ExtXneg = 1.0