mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 18:49:02 +08:00
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:
parent
9814deaeab
commit
4d135c13bb
@ -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": {
|
||||
|
Loading…
x
Reference in New Issue
Block a user