🎨 Misc. probe / endstop cleanup

This commit is contained in:
Scott Lahteine
2021-12-08 18:36:08 -06:00
parent 135683010a
commit 4d45fdf0eb
2 changed files with 7 additions and 7 deletions

View File

@@ -564,7 +564,7 @@ void _O2 Endstops::report_states() {
#if HAS_K_MAX
ES_REPORT(K_MAX);
#endif
#if BOTH(MARLIN_DEV_MODE, PROBE_ACTIVATION_SWITCH)
#if BOTH(PROBE_ACTIVATION_SWITCH)
print_es_state(probe_switch_activated(), F(STR_PROBE_EN));
#endif
#if USES_Z_MIN_PROBE_PIN