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