Ensure Qt5 compatibility with enums

Correct LGPL headers

rework bullnose  Fixes #19050
This commit is contained in:
sliptonic
2025-09-12 12:42:42 -05:00
committed by Billy
parent db5117e1ae
commit 4ae36283d0
14 changed files with 67 additions and 61 deletions

View File

@@ -62,7 +62,7 @@ class TestPathToolBit(PathTestWithAssets):
# Parameters should be loaded from the shape file and set on the tool bit's object
self.assertEqual(bullnose_bit.obj.Diameter, FreeCAD.Units.Quantity("5.0 mm"))
self.assertEqual(bullnose_bit.obj.FlatRadius, FreeCAD.Units.Quantity("1.5 mm"))
self.assertEqual(bullnose_bit.obj.CornerRadius, FreeCAD.Units.Quantity("1.5 mm"))
def testToolBitPickle(self):
"""Test if ToolBit is picklable"""