mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 23:23:57 -06: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.
|
||||
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.
|
||||
return activeMachineId;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue