mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Fix Extruder tabs in MachineSettings dialog
CURA-4722 The extruder field views should be bound to the actual extruder, not the active extruder.
This commit is contained in:
parent
49ee2a543e
commit
6d06d18407
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ Cura.MachineAction
|
|||
{
|
||||
if(settingsTabs.currentIndex > 0)
|
||||
{
|
||||
return Cura.MachineManager.activeStackId;
|
||||
return Cura.ExtruderManager.extruderIds[String(settingsTabs.currentIndex - 1)];
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue