Machine_id instead of definition_id is now used to link extruders

Contributes to CURA-1898
This commit is contained in:
Jaime van Kessel 2016-07-13 11:17:44 +02:00
parent 936617f2aa
commit 726eb97d9f
5 changed files with 21 additions and 22 deletions

View file

@ -129,7 +129,7 @@ class StartSliceJob(Job):
self._buildGlobalSettingsMessage(stack)
for extruder_stack in cura.Settings.ExtruderManager.getInstance().getMachineExtruders(stack.getBottom().getId()):
for extruder_stack in cura.Settings.ExtruderManager.getInstance().getMachineExtruders(stack.getId()):
self._buildExtruderMessage(extruder_stack)
for group in object_groups: