Skip to content

Commit

Permalink
✏️ Six Linear Axes followup (Fix M503) (MarlinFirmware#22112)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerAndere1 authored and thinkyhead committed Jun 15, 2021
1 parent 317afae commit 46080b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/module/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 46080b3

Please sign in to comment.