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:
Ghostkeeper 2019-07-31 14:22:23 +02:00
parent 5cf4cd03cf
commit 65b28f228b
No known key found for this signature in database
GPG key ID: 86BEF881AE2CF276

View file

@ -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",