mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:55:53 +08:00
Merge branch '5.5' into CURA-10967_support-type-with-support-material
This commit is contained in:
commit
ee2c582320
@ -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