mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 03:07:53 -06:00
Remove unused variable _active_extruder_index
This index is managed by ExtruderManager. Contributes to issues CURA-340 and CURA-1278.
This commit is contained in:
parent
f461ed0f5f
commit
98a0f90dae
1 changed files with 0 additions and 2 deletions
|
@ -36,8 +36,6 @@ class MachineManagerModel(QObject):
|
|||
|
||||
active_machine_id = Preferences.getInstance().getValue("cura/active_machine")
|
||||
|
||||
self._active_extruder_index = 0
|
||||
|
||||
if active_machine_id != "":
|
||||
# An active machine was saved, so restore it.
|
||||
self.setActiveMachine(active_machine_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue