mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-10-10 15:27:53 -06: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
18 lines
533 B
JSON
18 lines
533 B
JSON
{
|
|
"id": "ultimaker2_extended_olsson",
|
|
"version": 1,
|
|
"name": "Ultimaker 2 Extended with Olsson Block",
|
|
"manufacturer": "Ultimaker",
|
|
"author": "Ultimaker",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2backplate.png",
|
|
"file_formats": "text/x-gcode",
|
|
"visible": false,
|
|
"inherits": "ultimaker2_extended_olsson.json",
|
|
|
|
"variant": "0.8 mm",
|
|
"profiles_machine": "ultimaker2_olsson",
|
|
"machine_settings": {
|
|
"machine_nozzle_size": { "default": 0.80 }
|
|
}
|
|
}
|