mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-21 05:37:50 -06:00
fix: account for roofing extruder when checking which extruder is used (CURA-4069, CURA-3940)
This commit is contained in:
parent
2a758c85e7
commit
5f97d2cbde
1 changed files with 1 additions and 0 deletions
|
@ -448,6 +448,7 @@ class ExtruderManager(QObject):
|
||||||
limit_to_extruder_feature_list = ["wall_extruder_nr",
|
limit_to_extruder_feature_list = ["wall_extruder_nr",
|
||||||
"wall_0_extruder_nr",
|
"wall_0_extruder_nr",
|
||||||
"wall_x_extruder_nr",
|
"wall_x_extruder_nr",
|
||||||
|
"roofing_extruder_nr",
|
||||||
"top_bottom_extruder_nr",
|
"top_bottom_extruder_nr",
|
||||||
"infill_extruder_nr",
|
"infill_extruder_nr",
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue