Skip to content
This repository has been archived by the owner on Jul 1, 2022. It is now read-only.

Commit

Permalink
Fix Endstops::report_states (MarlinFirmware#23280)
Browse files Browse the repository at this point in the history
Fix regression 4d45fdf
  • Loading branch information
salfter authored and 0xk1f0 committed Dec 26, 2021
1 parent b5e2a8d commit b53e9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/endstops.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -561,7 +561,7 @@ void _O2 Endstops::report_states() {
#if HAS_K_MAX
ES_REPORT(K_MAX);
#endif
#if BOTH(PROBE_ACTIVATION_SWITCH)
#if ENABLED(PROBE_ACTIVATION_SWITCH)
print_es_state(probe_switch_activated(), F(STR_PROBE_EN));
#endif
#if USES_Z_MIN_PROBE_PIN
Expand Down

0 comments on commit b53e9d0

Please sign in to comment.