mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-04-30 07:44:22 +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):
|
if isinstance(value, SettingFunction):
|
||||||
value = value(extruder_stack, context = context)
|
value = value(extruder_stack, context = context)
|
||||||
|
|
||||||
|
if isinstance(value, str):
|
||||||
|
value = value.lower()
|
||||||
|
|
||||||
return value
|
return value
|
||||||
|
|
||||||
def _getActiveExtruders(self, context: Optional["PropertyEvaluationContext"] = None) -> List[str]:
|
def _getActiveExtruders(self, context: Optional["PropertyEvaluationContext"] = None) -> List[str]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user