Skip to content

Commit

Permalink
Fix Endstops::report_states (#23280)
Browse files Browse the repository at this point in the history
Fix regression 4d45fdf
  • Loading branch information
salfter authored and thinkyhead committed Dec 9, 2021
1 parent 1ccaad7 commit c3af6bd
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 @@ -564,7 +564,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 c3af6bd

Please sign in to comment.