mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-20 19:29:09 +08:00
Revert "Starting machineSettingAction no longer resets extruder count to 1"
This reverts commit 452a6a095c0866a080e19d89a71e1857e011456f.
This commit is contained in:
parent
488752d4e3
commit
ac39934336
@ -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:
|
||||||
{
|
{
|
||||||
|
@ -27,7 +27,7 @@
|
|||||||
{
|
{
|
||||||
"machine_extruder_count":
|
"machine_extruder_count":
|
||||||
{
|
{
|
||||||
"default_value": 1
|
"default_value": 8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user