Cura used wrong firmware version for UMO+. The firmware was from UMO.

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
This commit is contained in:
alekseisasin 2018-12-17 16:46:02 +01:00
parent 9814deaeab
commit 4d135c13bb

View File

@ -16,7 +16,8 @@
{
"0": "ultimaker_original_plus_extruder_0"
},
"firmware_file": "MarlinUltimaker-UMOP-{baudrate}.hex"
"firmware_file": "MarlinUltimaker-UMOP-{baudrate}.hex",
"firmware_hbk_file": "MarlinUltimaker-UMOP-{baudrate}.hex"
},
"overrides": {