mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-10-04 09:56:33 +08:00

Add file_format parameter to ultimaker2 with olsson block machine definitions. Also removes some machine overrides that were also removed from um2+ profiles. Fixes CURA-980
21 lines
634 B
JSON
21 lines
634 B
JSON
{
|
|
"id": "ultimaker2_extended_olsson_base",
|
|
"version": 1,
|
|
"name": "Ultimaker 2 Extended with Olsson Block",
|
|
"manufacturer": "Ultimaker",
|
|
"author": "Ultimaker",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2backplate.png",
|
|
"visible": false,
|
|
"file_formats": "text/x-gcode",
|
|
"inherits": "ultimaker2.json",
|
|
|
|
"machine_settings": {
|
|
"machine_width": { "default": 230 },
|
|
"machine_depth": { "default": 225 },
|
|
"machine_height": { "default": 310 },
|
|
"machine_show_variants": { "default": true },
|
|
"gantry_height": { "default": 50 }
|
|
}
|
|
}
|