mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Remove unnecessary comments
This commit is contained in:
parent
2135e30aad
commit
a6f22fd9cc
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ class PrintInformation(QObject):
|
||||||
extruder_stacks = global_stack.extruders
|
extruder_stacks = global_stack.extruders
|
||||||
for position, extruder_stack in extruder_stacks.keys():
|
for position, extruder_stack in extruder_stacks.keys():
|
||||||
index = int(position)
|
index = int(position)
|
||||||
if index >= len(self._material_amounts): # Right now the _material_amounts is a list, where the index is the extruder number
|
if index >= len(self._material_amounts):
|
||||||
continue
|
continue
|
||||||
amount = self._material_amounts[index]
|
amount = self._material_amounts[index]
|
||||||
## Find the right extruder stack. As the list isn't sorted because it's a annoying generator, we do some
|
## Find the right extruder stack. As the list isn't sorted because it's a annoying generator, we do some
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue