mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-10 07:15:03 -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.
23 lines
627 B
JSON
23 lines
627 B
JSON
{
|
|
"id": "ultimaker2_extended",
|
|
"version": 2,
|
|
"name": "Ultimaker 2 Extended",
|
|
"inherits": "ultimaker2",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker B.V.",
|
|
"category": "Ultimaker",
|
|
"weight": 3,
|
|
"file_formats": "text/x-gcode",
|
|
"icon": "icon_ultimaker2.png",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "Ultimaker2Extendedbackplate.png"
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Ultimaker 2 Extended" },
|
|
"machine_height": {
|
|
"default_value": 305
|
|
}
|
|
}
|
|
}
|