| 142 | #if ABL_PLANAR |
| 143 | SERIAL_ECHOPGM("ABL Adjustment"); |
| 144 | LOOP_NUM_AXES(a) { |
| 145 | SERIAL_ECHOPGM_P((PGM_P)pgm_read_ptr(&SP_AXIS_STR[a])); |
| 146 | serial_offset(planner.get_axis_position_mm(AxisEnum(a)) - current_position[a]); |
| 147 | } |
| 148 | #else |
| 149 | #if ENABLED(AUTO_BED_LEVELING_UBL) |
| 150 | SERIAL_ECHOPGM("UBL Adjustment Z"); |
nothing calls this directly
no test coverage detected