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

The material profiles are sent to UM3 with a manufacturer that's obtained from the printer definition rather than the material definition. The printer definition was 'Ultimaker' rather than 'Ultimaker B.V.' and the printer checked against this. Contributes to issue CURA-4159.
36 lines
1.2 KiB
JSON
36 lines
1.2 KiB
JSON
{
|
|
"id": "ultimaker3_extended",
|
|
"version": 2,
|
|
"name": "Ultimaker 3 Extended",
|
|
"inherits": "ultimaker3",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker B.V.",
|
|
"category": "Ultimaker",
|
|
"quality_definition": "ultimaker3",
|
|
"visible": true,
|
|
"file_formats": "text/x-gcode",
|
|
"platform": "ultimaker3_platform.obj",
|
|
"platform_texture": "Ultimaker3Extendedbackplate.png",
|
|
"platform_offset": [0, 0, 0],
|
|
"has_machine_quality": true,
|
|
"has_machine_materials": true,
|
|
"has_variant_materials": true,
|
|
"has_materials": true,
|
|
"has_variants": true,
|
|
"preferred_variant": "*aa04*",
|
|
"variants_name": "Print core",
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "ultimaker3_extended_extruder_left",
|
|
"1": "ultimaker3_extended_extruder_right"
|
|
},
|
|
"first_start_actions": [ "DiscoverUM3Action" ],
|
|
"supported_actions": [ "DiscoverUM3Action" ]
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Ultimaker 3 Extended" },
|
|
"machine_height": { "default_value": 300 }
|
|
}
|
|
}
|