mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 12:30:39 +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.
28 lines
754 B
JSON
28 lines
754 B
JSON
{
|
|
"name": "Longer LK4 Pro",
|
|
"version": 2,
|
|
"inherits": "longer_base",
|
|
"metadata": {
|
|
"quality_definition": "longer_base",
|
|
"visible": true,
|
|
"platform": "longer_235mm_platform.stl",
|
|
"platform_offset": [-117.5, -3 ,117.5]
|
|
},
|
|
"overrides": {
|
|
"machine_name": { "default_value": "LONGER LK4 Pro" },
|
|
"machine_width": { "default_value": 220 },
|
|
"machine_depth": { "default_value": 220 },
|
|
"machine_height": { "default_value": 250 },
|
|
|
|
"machine_head_with_fans_polygon": { "default_value": [
|
|
[-22, 39],
|
|
[-22, -34],
|
|
[58, -34],
|
|
[58, 39]
|
|
]
|
|
},
|
|
|
|
"gantry_height": { "value": 33 }
|
|
}
|
|
}
|