Browse Source

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

alekseisasin 6 years ago
parent
commit
4d135c13bb
1 changed files with 2 additions and 1 deletions
  1. 2 1
      resources/definitions/ultimaker_original_plus.def.json

+ 2 - 1
resources/definitions/ultimaker_original_plus.def.json

@@ -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": {