Toss obsolete DEBUG_LEVELING_FEATURE tests
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user