Browse Source

✏️ Six Linear Axes followup (Fix M503) (#22112)

DerAndere 4 years ago
parent
commit
c2f67cf8ee
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/module/settings.cpp

+ 1
- 1
Marlin/src/module/settings.cpp View File

@@ -3163,7 +3163,7 @@ void MarlinSettings::reset() {
3163 3163
       CONFIG_ECHO_START();
3164 3164
       SERIAL_ECHOLNPAIR_P(
3165 3165
         #if IS_CARTESIAN
3166
-          LIST_N(LINEAR_AXES,
3166
+          LIST_N(DOUBLE(LINEAR_AXES),
3167 3167
             PSTR("  M206 X"), LINEAR_UNIT(home_offset.x),
3168 3168
             SP_Y_STR, LINEAR_UNIT(home_offset.y),
3169 3169
             SP_Z_STR, LINEAR_UNIT(home_offset.z),

Loading…
Cancel
Save