Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#3797 from gudnimg/PFW-1454
Browse files Browse the repository at this point in the history
PFW-1454 Send button to MMU on MMU SELFTEST FAILED screen
  • Loading branch information
gudnimg authored Dec 4, 2022
2 parents 6d62fb0 + fb530ce commit c87fe63
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 c87fe63

Please sign in to comment.