Now the right extruder is actually used (instead of randomly mixing it up)

CURA-1758
This commit is contained in:
Jaime van Kessel 2016-07-21 21:42:02 +02:00
parent 568d30d17b
commit 87b9b17f98
2 changed files with 6 additions and 3 deletions

View file

@ -111,7 +111,7 @@ ScrollView
return Cura.MachineManager.activeMachineId
}
}
return ExtruderManager.extruderIds[inheritStackProvider.properties.global_inherits_stack]
return ExtruderManager.extruderIds[String(inheritStackProvider.properties.global_inherits_stack)]
}
}