MCPcopy Create free account
hub / github.com/MarlinFirmware/Marlin / LOOP_NUM_AXES

Function LOOP_NUM_AXES

Marlin/src/core/utility.cpp:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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");

Callers

nothing calls this directly

Calls 3

serial_offsetFunction · 0.85
AxisEnumEnum · 0.85
get_axis_position_mmMethod · 0.80

Tested by

no test coverage detected