mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-29 23:34:32 +08:00
Merge pull request #16884 from Ultimaker/CURA-11048-unclear-support-type
Cura 11048 unclear support type
This commit is contained in:
commit
2a8a4ad301
@ -56,6 +56,9 @@ class CuraFormulaFunctions:
|
||||
if isinstance(value, SettingFunction):
|
||||
value = value(extruder_stack, context = context)
|
||||
|
||||
if isinstance(value, str):
|
||||
value = value.lower()
|
||||
|
||||
return value
|
||||
|
||||
def _getActiveExtruders(self, context: Optional["PropertyEvaluationContext"] = None) -> List[str]:
|
||||
|
Loading…
x
Reference in New Issue
Block a user