mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 18:46:00 +08:00
Remove unnecessary comments
This commit is contained in:
parent
2135e30aad
commit
a6f22fd9cc
@ -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…
x
Reference in New Issue
Block a user