🏗️ More 9-axis updates

This commit is contained in:
Scott Lahteine
2022-04-03 20:34:48 -05:00
parent 1fdad42c5f
commit f5daefb09d
8 changed files with 47 additions and 7 deletions

View File

@@ -34,7 +34,7 @@
#include "../../core/debug_out.h"
#endif
void report_all_axis_pos(const xyze_pos_t &pos, const uint8_t n=XYZE, const uint8_t precision=3) {
void report_all_axis_pos(const xyze_pos_t &pos, const uint8_t n=LOGICAL_AXES, const uint8_t precision=3) {
char str[12];
LOOP_L_N(a, n) {
SERIAL_CHAR(' ', axis_codes[a], ':');