Revert "Starting machineSettingAction no longer resets extruder count to 1"

This reverts commit 452a6a095c0866a080e19d89a71e1857e011456f.
This commit is contained in:
Jaime van Kessel 2017-05-08 15:30:39 +02:00
parent 488752d4e3
commit ac39934336
2 changed files with 2 additions and 2 deletions

View File

@ -382,7 +382,7 @@ Cura.MachineAction
currentIndex: machineExtruderCountProvider.properties.value - 1 currentIndex: machineExtruderCountProvider.properties.value - 1
Component.onCompleted: Component.onCompleted:
{ {
//manager.setMachineExtruderCount(1); manager.setMachineExtruderCount(1);
} }
onActivated: onActivated:
{ {

View File

@ -27,7 +27,7 @@
{ {
"machine_extruder_count": "machine_extruder_count":
{ {
"default_value": 1 "default_value": 8
} }
} }
} }