mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 16:45:56 +08:00
Fix per extruder setting value depending on extruder count - CURA-4627
This commit is contained in:
parent
26b9fc3163
commit
b74ebc57b4
@ -337,7 +337,7 @@ Item
|
|||||||
// machine gets changed.
|
// machine gets changed.
|
||||||
var activeMachineId = Cura.MachineManager.activeMachineId;
|
var activeMachineId = Cura.MachineManager.activeMachineId;
|
||||||
|
|
||||||
if(!model.settable_per_extruder || machineExtruderCount.properties.value == 1)
|
if(!model.settable_per_extruder)
|
||||||
{
|
{
|
||||||
//Not settable per extruder or there only is global, so we must pick global.
|
//Not settable per extruder or there only is global, so we must pick global.
|
||||||
return activeMachineId;
|
return activeMachineId;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user