mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 05:15:52 +08: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
@ -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…
x
Reference in New Issue
Block a user