mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-09-13 16:33:15 +08:00
Revert "Set machine_extruder_count in sync with defined extruders"
This reverts commit b69f337ddb50bb8e5dc39107f75d4112b14527d1.
This commit is contained in:
parent
ac39934336
commit
bb0d534f4a
@ -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…
x
Reference in New Issue
Block a user