mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Restore active extruder after forcing an update of the global extruder stack
This commit is contained in:
parent
6e0221636d
commit
94545ec4ee
1 changed files with 5 additions and 0 deletions
|
|
@ -671,7 +671,12 @@ Cura.MachineAction
|
||||||
propertyProvider.setPropertyValue("value", text);
|
propertyProvider.setPropertyValue("value", text);
|
||||||
if(forceUpdateOnChange)
|
if(forceUpdateOnChange)
|
||||||
{
|
{
|
||||||
|
var extruderIndex = ExtruderManager.activeExtruderIndex;
|
||||||
manager.forceUpdate();
|
manager.forceUpdate();
|
||||||
|
if(ExtruderManager.activeExtruderIndex != extruderIndex)
|
||||||
|
{
|
||||||
|
ExtruderManager.setActiveExtruderIndex(extruderIndex)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue