mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Add UI feedback on invalid firmware update
CURA-6537
This commit is contained in:
parent
b20a349b44
commit
3853fb6d19
4 changed files with 11 additions and 3 deletions
|
@ -151,6 +151,8 @@ Cura.MachineAction
|
|||
return catalog.i18nc("@label","Firmware update failed due to an input/output error.");
|
||||
case 6:
|
||||
return catalog.i18nc("@label","Firmware update failed due to missing firmware.");
|
||||
case 7:
|
||||
return catalog.i18nc("@label","Firmware update failed due to invalid firmware file.");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue