Cura/resources/definitions/voron2_250.def.json
Ghostkeeper ac23c9df22
Replace STL meshes with 3MF files
These are much smaller than their STL counterparts. This saves on download and installation time. Maybe also on loading time.
2020-04-18 22:40:43 +02:00

19 lines
472 B
JSON

{
"name": "VORON2 250",
"version": 2,
"inherits": "voron2_base",
"metadata":
{
"visible": true,
"platform": "voron2_250_bed.3mf",
"quality_definition": "voron2_base"
},
"overrides":
{
"machine_name": { "default_value": "VORON2 250" },
"machine_width": { "default_value": 250 },
"machine_depth": { "default_value": 250 },
"machine_height": { "default_value": 250 }
}
}