mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 23:35:07 -06:00
19 lines
461 B
JSON
19 lines
461 B
JSON
{
|
|
"name": "Mingda 4H",
|
|
"version": 2,
|
|
"inherits": "mingda_base",
|
|
"overrides":
|
|
{
|
|
"machine_name": { "default_value": "Mingda 4H" },
|
|
|
|
"machine_width": { "default_value": 300 },
|
|
"machine_depth": { "default_value": 200 },
|
|
"machine_height": { "default_value": 200 },
|
|
"gantry_height": { "value": 25 }
|
|
},
|
|
"metadata":
|
|
{
|
|
"quality_definition": "mingda_base",
|
|
"visible": true
|
|
}
|
|
}
|