mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-09 14:55:03 -06:00
Slightly shorten AnyCubic i3 Mega S/Pro name
This was causing some files to be just over the limit of file length when given the default printer name on some operating systems. Some file systems, especially encrypted ones, have strict limitations for the maximum length of a file name. With percent-encoding and the extension and postfix we add to these file names, this could go over the limit in file name length for some operating systems. Easy fix is to slightly shorten the name, at least to remove those brackets. Done as a 5 minute fix.
This commit is contained in:
parent
ae3362f716
commit
3eba7cd454
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": 2,
|
||||
"name": "Anycubic i3 Mega (S, Pro)",
|
||||
"name": "Anycubic i3 Mega S/Pro",
|
||||
"inherits": "fdmprinter",
|
||||
"metadata":
|
||||
{
|
||||
|
@ -21,7 +21,7 @@
|
|||
|
||||
"overrides":
|
||||
{
|
||||
"machine_name": { "default_value": "Anycubic i3 Mega (S, Pro)" },
|
||||
"machine_name": { "default_value": "Anycubic i3 Mega S/Pro" },
|
||||
"machine_heated_bed": { "default_value": true },
|
||||
"machine_width": { "default_value": 210 },
|
||||
"machine_height": { "default_value": 205 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue