mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-23 14:44:13 -06:00
Starting machineSettingAction no longer resets extruder count to 1
This commit is contained in:
parent
3f9a5fbcbb
commit
452a6a095c
2 changed files with 2 additions and 2 deletions
|
@ -382,7 +382,7 @@ Cura.MachineAction
|
|||
currentIndex: machineExtruderCountProvider.properties.value - 1
|
||||
Component.onCompleted:
|
||||
{
|
||||
manager.setMachineExtruderCount(1);
|
||||
//manager.setMachineExtruderCount(1);
|
||||
}
|
||||
onActivated:
|
||||
{
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
{
|
||||
"machine_extruder_count":
|
||||
{
|
||||
"default_value": 8
|
||||
"default_value": 1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue