mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 11:14:21 +08:00
Starting machineSettingAction no longer resets extruder count to 1
This commit is contained in:
parent
3f9a5fbcbb
commit
452a6a095c
@ -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": 8
|
"default_value": 1
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user