Просмотр исходного кода

Fix printer name in setting

This really isn't used anywhere in the final g-code but all right then.

Contributes to issue CURA-7767.
Ghostkeeper 4 лет назад
Родитель
Сommit
602e09e8af

+ 1 - 1
resources/definitions/anycubic_kossel_linear_plus.def.json

@@ -11,7 +11,7 @@
     },
     "overrides": {
         "machine_name": {
-            "default_value": "Anicubic kossel Linear Plus"
+            "default_value": "Anycubic Kossel Linear Plus"
         },
         "machine_width": {
             "default_value": 240

+ 1 - 1
resources/definitions/anycubic_kossel_pulley.def.json

@@ -10,7 +10,7 @@
     },
     "overrides": {
         "machine_name": {
-            "default_value": "Anicubic kossel Pulley"
+            "default_value": "Anycubic Kossel Pulley"
         }
     }
 }