mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Code style: Spaces around binary operators
Contributes to issue CURA-2407.
This commit is contained in:
parent
e0109a1857
commit
8bf8a483ec
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ class BuildVolume(SceneNode):
|
||||||
result = []
|
result = []
|
||||||
for index in ExtruderManager.getInstance().extruderIds:
|
for index in ExtruderManager.getInstance().extruderIds:
|
||||||
extruder_stack_id = ExtruderManager.getInstance().extruderIds[str(index)]
|
extruder_stack_id = ExtruderManager.getInstance().extruderIds[str(index)]
|
||||||
stack = UM.Settings.ContainerRegistry.getInstance().findContainerStacks(id=extruder_stack_id)[0]
|
stack = UM.Settings.ContainerRegistry.getInstance().findContainerStacks(id = extruder_stack_id)[0]
|
||||||
result.append(stack.getProperty(setting_key, "value"))
|
result.append(stack.getProperty(setting_key, "value"))
|
||||||
return result
|
return result
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue