Draft: Save fillet settings

Fixes #16248.
This commit is contained in:
Roy-043
2025-01-14 21:48:16 +01:00
parent 46b9bcffef
commit 499bd12d13
2 changed files with 10 additions and 3 deletions

View File

@@ -390,6 +390,9 @@ def _get_param_dictionary():
"DefaultPrintColor": ("unsigned", 255),
"Draft_array_fuse": ("bool", False),
"Draft_array_Link": ("bool", True),
"FilletRadius": ("float", 100.0),
"FilletChamferMode": ("bool", False),
"FilletDeleteMode": ("bool", False),
"fillmode": ("bool", True),
"GlobalMode": ("bool", False),
"GridHideInOtherWorkbenches": ("bool", True),