mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 15:07:28 -06:00
Fix typo
CS-171
This commit is contained in:
parent
7674905f1c
commit
f49cf8dfd5
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class LocalClusterOutputDeviceManager:
|
|||
machine_bom_numbers = machine.get("bom_numbers", [])
|
||||
if machine_type and machine_bom_numbers:
|
||||
for bom_number in machine_bom_numbers:
|
||||
# This produces a n:1 mapping of bom numberss to machine types
|
||||
# This produces a n:1 mapping of bom numbers to machine types
|
||||
# allowing the S5R1 and S5R2 hardware to use a single S5 definition.
|
||||
found_machine_type_identifiers[str(bom_number)] = machine_type
|
||||
return found_machine_type_identifiers
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue