🧑‍💻 Combined axis strings

This commit is contained in:
Scott Lahteine
2022-05-23 21:59:36 -05:00
parent 639b1f64c6
commit 31413a7d77
8 changed files with 10 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ void GcodeSuite::G61() {
SYNC_E(stored_position[slot].e);
}
else {
if (parser.seen(NUM_AXIS_GANG("X", "Y", "Z", STR_I, STR_J, STR_K, STR_U, STR_V, STR_W))) {
if (parser.seen(STR_AXES_MAIN)) {
DEBUG_ECHOPGM(STR_RESTORING_POS " S", slot);
LOOP_NUM_AXES(i) {
destination[i] = parser.seenval(AXIS_CHAR(i))