Toss obsolete DEBUG_LEVELING_FEATURE tests

This commit is contained in:
Scott Lahteine
2019-07-17 20:24:25 -05:00
parent ca4d6f4470
commit 42b5ccafc9
2 changed files with 31 additions and 52 deletions

View File

@ -538,10 +538,8 @@ void clean_up_after_endstop_or_probe_move() {
#endif
#if ENABLED(DEBUG_LEVELING_FEATURE)
if (DEBUGGING(LEVELING))
SERIAL_ECHOLNPAIR("Axis ", axis_codes[axis], " min:", soft_endstop[axis].min, " max:", soft_endstop[axis].max);
#endif
if (DEBUGGING(LEVELING))
SERIAL_ECHOLNPAIR("Axis ", axis_codes[axis], " min:", soft_endstop[axis].min, " max:", soft_endstop[axis].max);
}
/**