mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 17:25:57 +08:00
Fix code style
This commit is contained in:
parent
b1198ee1b8
commit
329b38663e
@ -68,7 +68,7 @@ class CustomSettingFunctions:
|
|||||||
continue
|
continue
|
||||||
|
|
||||||
if isinstance(value, SettingFunction):
|
if isinstance(value, SettingFunction):
|
||||||
value = value(extruder, context= context)
|
value = value(extruder, context = context)
|
||||||
|
|
||||||
result.append(value)
|
result.append(value)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user