mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 15:25:09 -06:00

Adds printer profiles for the Modix V3 line of printers: the Big40, 60, 120X, 120Z, 180X and Meter
15 lines
384 B
JSON
15 lines
384 B
JSON
{
|
|
"name": "Modix BIG-Meter V3",
|
|
"version": 2,
|
|
"inherits": "modix_base",
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Modix BIG-Meter V3" },
|
|
"machine_width": { "default_value": 1000 },
|
|
"machine_depth": { "default_value": 1000 },
|
|
"machine_height": { "default_value": 1000 }
|
|
|
|
},
|
|
"metadata": {
|
|
"visible": true
|
|
}
|
|
}
|