mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
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:
parent
98f92e0f2e
commit
602e09e8af
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@
|
|||
},
|
||||
"overrides": {
|
||||
"machine_name": {
|
||||
"default_value": "Anicubic kossel Linear Plus"
|
||||
"default_value": "Anycubic Kossel Linear Plus"
|
||||
},
|
||||
"machine_width": {
|
||||
"default_value": 240
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
},
|
||||
"overrides": {
|
||||
"machine_name": {
|
||||
"default_value": "Anicubic kossel Pulley"
|
||||
"default_value": "Anycubic Kossel Pulley"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue