mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 05:53:59 -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
|
||||
Component.onCompleted:
|
||||
{
|
||||
manager.setMachineExtruderCount(1);
|
||||
}
|
||||
onActivated:
|
||||
{
|
||||
manager.setMachineExtruderCount(index + 1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue