Skip to content

Commit

Permalink
PFW-1454 Send button to MMU on MMU SELFTEST FAILED screen
Browse files Browse the repository at this point in the history
Fixes an issue where the button on the MMU error screen doesn't do anything
when MMU SELFTEST FAILED is rendered
  • Loading branch information
gudnimg committed Dec 4, 2022
1 parent 6d62fb0 commit fb530ce
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Firmware/mmu2_error_converter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,11 @@ Buttons ButtonAvailable(uint16_t ec) {
case ERR_ELECTRICAL_PULLEY_TMC_DRIVER_SHORTED:
case ERR_ELECTRICAL_SELECTOR_TMC_DRIVER_SHORTED:
case ERR_ELECTRICAL_IDLER_TMC_DRIVER_SHORTED:


case ERR_ELECTRICAL_PULLEY_SELFTEST_FAILED:
case ERR_ELECTRICAL_SELECTOR_SELFTEST_FAILED:
case ERR_ELECTRICAL_IDLER_SELFTEST_FAILED:

case ERR_CONNECT_MMU_NOT_RESPONDING:
case ERR_CONNECT_COMMUNICATION_ERROR:

Expand Down

0 comments on commit fb530ce

Please sign in to comment.