mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Take first layer extruder into account
Forgot about that one earlier. Contributes to issue CURA-2625.
This commit is contained in:
parent
ee9caa80a8
commit
8d43f1c5f7
1 changed files with 1 additions and 0 deletions
|
@ -332,6 +332,7 @@ class ExtruderManager(QObject):
|
||||||
#The support extruders.
|
#The support extruders.
|
||||||
if support_enabled:
|
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_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:
|
if support_interface_enabled:
|
||||||
used_extruder_stack_ids.add(self.extruderIds[str(global_stack.getProperty("support_interface_extruder_nr", "value"))])
|
used_extruder_stack_ids.add(self.extruderIds[str(global_stack.getProperty("support_interface_extruder_nr", "value"))])
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue