mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 01:19:01 +08: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
@ -726,7 +726,7 @@ Cura.MachineAction
|
||||
{
|
||||
if(settingsTabs.currentIndex > 0)
|
||||
{
|
||||
return Cura.MachineManager.activeStackId;
|
||||
return Cura.ExtruderManager.extruderIds[String(settingsTabs.currentIndex - 1)];
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user