mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Fix missing comma
Otherwise it would concatenate the two strings, leading to both of them effectively missing from the set.
This commit is contained in:
parent
5cf4cd03cf
commit
65b28f228b
1 changed files with 1 additions and 1 deletions
|
@ -196,7 +196,7 @@ _quality_changes_to_creality_base = {
|
|||
"creality_cr10_extruder_0",
|
||||
"creality_cr10s4_extruder_0",
|
||||
"creality_cr10s5_extruder_0",
|
||||
"creality_ender3_extruder_0"
|
||||
"creality_ender3_extruder_0",
|
||||
"creality_cr10",
|
||||
"creality_cr10s",
|
||||
"creality_cr10s4",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue