mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-25 15:44:04 -06:00
Revert "Set machine_extruder_count in sync with defined extruders"
This reverts commit b69f337ddb
.
This commit is contained in:
parent
ac39934336
commit
bb0d534f4a
2 changed files with 0 additions and 11 deletions
|
@ -380,10 +380,6 @@ Cura.MachineAction
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
currentIndex: machineExtruderCountProvider.properties.value - 1
|
currentIndex: machineExtruderCountProvider.properties.value - 1
|
||||||
Component.onCompleted:
|
|
||||||
{
|
|
||||||
manager.setMachineExtruderCount(1);
|
|
||||||
}
|
|
||||||
onActivated:
|
onActivated:
|
||||||
{
|
{
|
||||||
manager.setMachineExtruderCount(index + 1);
|
manager.setMachineExtruderCount(index + 1);
|
||||||
|
|
|
@ -22,12 +22,5 @@
|
||||||
"7": "custom_extruder_8"
|
"7": "custom_extruder_8"
|
||||||
},
|
},
|
||||||
"first_start_actions": ["MachineSettingsAction"]
|
"first_start_actions": ["MachineSettingsAction"]
|
||||||
},
|
|
||||||
"overrides":
|
|
||||||
{
|
|
||||||
"machine_extruder_count":
|
|
||||||
{
|
|
||||||
"default_value": 8
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue