mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 10:17:52 -06:00
Remove reference to JIRA ticket in comments
CURA-7646
This commit is contained in:
parent
b9d5f0dc15
commit
61cc8c9a95
2 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ class CuraStackBuilder:
|
|||
|
||||
# If given, set the machine_extruder_count when creating the machine, or else the extruderList used bellow will
|
||||
# not return the correct extruder list (since by default, the machine_extruder_count is 1) in machines with
|
||||
# settable number of extruders. See CURA-7646.
|
||||
# settable number of extruders.
|
||||
if machine_extruder_count and 0 <= machine_extruder_count <= len(extruder_dict):
|
||||
new_global_stack.setProperty("machine_extruder_count", "value", machine_extruder_count)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue