Revert "Set machine_extruder_count in sync with defined extruders"

This reverts commit b69f337ddb.
This commit is contained in:
Jaime van Kessel 2017-05-08 15:31:44 +02:00
parent ac39934336
commit bb0d534f4a
2 changed files with 0 additions and 11 deletions

View file

@ -380,10 +380,6 @@ Cura.MachineAction
}
}
currentIndex: machineExtruderCountProvider.properties.value - 1
Component.onCompleted:
{
manager.setMachineExtruderCount(1);
}
onActivated:
{
manager.setMachineExtruderCount(index + 1);