mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Fix per extruder setting value depending on extruder count - CURA-4627
This commit is contained in:
parent
26b9fc3163
commit
b74ebc57b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue