mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 23:37:51 -06:00

A lot of these settings were just normal tweaks, such as speed, which should be set in the profiles rather than the machine definition. Contributes to issue CURA-892.
20 lines
595 B
JSON
20 lines
595 B
JSON
{
|
|
"id": "ultimaker2plus_base",
|
|
"version": 1,
|
|
"name": "Ultimaker 2+",
|
|
"manufacturer": "Ultimaker",
|
|
"author": "Ultimaker",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "ultimaker2plus_backplate.png",
|
|
"visible": false,
|
|
"file_formats": "text/x-gcode",
|
|
"inherits": "ultimaker2.json",
|
|
|
|
"overrides": {
|
|
"machine_width": { "default": 230 },
|
|
"machine_depth": { "default": 225 },
|
|
"machine_height": { "default": 200 },
|
|
"machine_show_variants": { "default": true },
|
|
"gantry_height": { "default": 50 }
|
|
}
|
|
}
|