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.
28 lines
850 B
JSON
28 lines
850 B
JSON
{
|
|
"id": "ultimaker_original_plus",
|
|
"version": 2,
|
|
"name": "Ultimaker Original+",
|
|
"inherits": "ultimaker_original",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker B.V.",
|
|
"category": "Ultimaker",
|
|
"weight": 4,
|
|
"file_formats": "text/x-gcode",
|
|
"icon": "icon_ultimaker.png",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "UltimakerPlusbackplate.png",
|
|
"first_start_actions": ["UMOCheckup", "BedLevel"],
|
|
"supported_actions": ["UMOCheckup", "BedLevel", "UpgradeFirmware"]
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Ultimaker Original+" },
|
|
"machine_heated_bed": {
|
|
"default_value": true
|
|
},
|
|
"machine_max_feedrate_z": {
|
|
"default_value": 30
|
|
}
|
|
}
|
|
}
|