mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-01-19 16:16:13 +00:00
✏️ Six Linear Axes followup (Fix M503) (#22112)
This commit is contained in:
parent
629551d9bc
commit
c2f67cf8ee
1 changed files with 1 additions and 1 deletions
|
@ -3163,7 +3163,7 @@ void MarlinSettings::reset() {
|
|||
CONFIG_ECHO_START();
|
||||
SERIAL_ECHOLNPAIR_P(
|
||||
#if IS_CARTESIAN
|
||||
LIST_N(LINEAR_AXES,
|
||||
LIST_N(DOUBLE(LINEAR_AXES),
|
||||
PSTR(" M206 X"), LINEAR_UNIT(home_offset.x),
|
||||
SP_Y_STR, LINEAR_UNIT(home_offset.y),
|
||||
SP_Z_STR, LINEAR_UNIT(home_offset.z),
|
||||
|
|
Loading…
Reference in a new issue