Browse Source

Fix Endstops::report_states (#23280)

Fix regression 4d45fdf0eb
vanilla_fb_2.0.x
Scott Alfter 2 years ago
committed by Scott Lahteine
parent
commit
32b08ae04c
  1. 2
      Marlin/src/module/endstops.cpp

2
Marlin/src/module/endstops.cpp

@ -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

Loading…
Cancel
Save