mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-02 05:01:13 +08:00

These are much smaller than their STL counterparts. This saves on download and installation time. Maybe also on loading time.
19 lines
472 B
JSON
19 lines
472 B
JSON
{
|
|
"name": "VORON2 350",
|
|
"version": 2,
|
|
"inherits": "voron2_base",
|
|
"metadata":
|
|
{
|
|
"visible": true,
|
|
"platform": "voron2_350_bed.3mf",
|
|
"quality_definition": "voron2_base"
|
|
},
|
|
"overrides":
|
|
{
|
|
"machine_name": { "default_value": "VORON2 350" },
|
|
"machine_width": { "default_value": 350 },
|
|
"machine_depth": { "default_value": 350 },
|
|
"machine_height": { "default_value": 350 }
|
|
}
|
|
}
|