mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-29 21:55:11 +08:00

Some contributors seem to have a shift key stuck here or there. Many 'stylised' capitalisations weren't reflected even on the manufacturer's websites, or were also stylising words like 'pro' and 'dual' or even actual chemical names like 'nylon'. Normalising the caps makes it more fair for everyone, since all of these are written in the same font. As discussed with the Cura team.
15 lines
274 B
JSON
15 lines
274 B
JSON
{
|
|
"name": "Voron2 Custom",
|
|
"version": 2,
|
|
"inherits": "voron2_base",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"quality_definition": "voron2_base"
|
|
},
|
|
"overrides":
|
|
{
|
|
"machine_name": { "default_value": "VORON2 Custom" }
|
|
}
|
|
}
|