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.
This commit is contained in:
Ghostkeeper 2020-10-12 17:15:25 +02:00
parent 98f92e0f2e
commit 602e09e8af
No known key found for this signature in database
GPG key ID: D2A8871EE34EC59A
2 changed files with 2 additions and 2 deletions

View file

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

View file

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