Pattern name Diamant -> Diamond

This commit is contained in:
Roy-043
2024-11-30 10:19:18 +01:00
committed by Yorik van Havre
parent fa65fcce0d
commit 7541371779

View File

@@ -394,7 +394,7 @@ def _get_param_dictionary():
"GlobalMode": ("bool", False),
"GridHideInOtherWorkbenches": ("bool", True),
"HatchPatternFile": ("string", hatch_pattern_file),
"HatchPatternName": ("string", "Diamant"),
"HatchPatternName": ("string", "Diamond"),
"HatchPatternResolution": ("int", 128), # used for SVG patterns
"HatchPatternRotation": ("float", 0.0),
"HatchPatternScale": ("float", 100.0),