Take first layer extruder into account

Forgot about that one earlier.

Contributes to issue CURA-2625.
This commit is contained in:
Ghostkeeper 2016-11-11 17:18:15 +01:00
parent ee9caa80a8
commit 8d43f1c5f7
No known key found for this signature in database
GPG key ID: C5F96EE2BC0F7E75

View file

@ -332,6 +332,7 @@ class ExtruderManager(QObject):
#The support extruders.
if support_enabled:
used_extruder_stack_ids.add(self.extruderIds[str(global_stack.getProperty("support_infill_extruder_nr", "value"))])
used_extruder_stack_ids.add(self.extruderIds[str(global_stack.getProperty("support_extruder_nr_layer_0", "value"))])
if support_interface_enabled:
used_extruder_stack_ids.add(self.extruderIds[str(global_stack.getProperty("support_interface_extruder_nr", "value"))])