mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-01-25 06:27:33 -07:00
Merge branch '5.5' into CURA-10967_support-type-with-support-material
This commit is contained in:
commit
ee2c582320
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue