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

- Adding V4 machines - Initial layer height set depending on nozzle diameter - Z-hop set as 4x layer height - V4 travel speed set to 350mm/sec
15 lines
378 B
JSON
15 lines
378 B
JSON
{
|
|
"name": "Modix V4 BIG-60",
|
|
"version": 2,
|
|
"inherits": "modix_v4_base",
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Modix V4 BIG-60" },
|
|
"machine_width": { "default_value": 600 },
|
|
"machine_depth": { "default_value": 600 },
|
|
"machine_height": { "default_value": 660 }
|
|
|
|
},
|
|
"metadata": {
|
|
"visible": true
|
|
}
|
|
}
|