mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 21:44:01 -06:00
Remove unused code in PrintInformation
This commit is contained in:
parent
a74f84fce7
commit
d9d2cc9069
1 changed files with 0 additions and 1 deletions
|
@ -212,7 +212,6 @@ class PrintInformation(QObject):
|
|||
material_preference_values = json.loads(Preferences.getInstance().getValue("cura/material_settings"))
|
||||
|
||||
extruder_stacks = global_stack.extruders
|
||||
#for index, amount in enumerate(self._material_amounts):
|
||||
for extruder_key in global_stack.extruders.keys():
|
||||
index = int(extruder_key)
|
||||
if index >= len(self._material_amounts): # Right now the _material_amounts is a list, where the index is the extruder number
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue