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

The reason of this issue because it used a heated firmware from his parent(UMO) printer. To avoid this case we need to define externally the firmware_hbk_file property in umo+ defintion file CURA-5994
32 lines
1,017 B
JSON
32 lines
1,017 B
JSON
{
|
|
"version": 2,
|
|
"name": "Ultimaker Original+",
|
|
"inherits": "ultimaker_original",
|
|
"metadata": {
|
|
"author": "Ultimaker",
|
|
"manufacturer": "Ultimaker B.V.",
|
|
"weight": 4,
|
|
"file_formats": "text/x-gcode",
|
|
"platform": "ultimaker2_platform.obj",
|
|
"platform_texture": "UltimakerPlusbackplate.png",
|
|
"quality_definition": "ultimaker_original",
|
|
"first_start_actions": ["UMOCheckup", "BedLevel"],
|
|
"supported_actions": ["UMOCheckup", "BedLevel"],
|
|
"machine_extruder_trains":
|
|
{
|
|
"0": "ultimaker_original_plus_extruder_0"
|
|
},
|
|
"firmware_file": "MarlinUltimaker-UMOP-{baudrate}.hex",
|
|
"firmware_hbk_file": "MarlinUltimaker-UMOP-{baudrate}.hex"
|
|
},
|
|
|
|
"overrides": {
|
|
"machine_name": { "default_value": "Ultimaker Original+" },
|
|
"machine_heated_bed": {
|
|
"default_value": true
|
|
},
|
|
"machine_max_feedrate_z": {
|
|
"default_value": 30
|
|
}
|
|
}
|
|
}
|