Skip to content
Snippets Groups Projects
Commit 2d454da3 authored by Michael Neumann's avatar Michael Neumann
Browse files

Update ConfigurationStore.cpp

Show Custom M Code when entering M503
parent 4f35de99
Branches
Tags
No related merge requests found
...@@ -286,6 +286,15 @@ SERIAL_ECHOLNPGM("Scaling factors:"); ...@@ -286,6 +286,15 @@ SERIAL_ECHOLNPGM("Scaling factors:");
SERIAL_ECHOLNPGM("Filament settings: Disabled"); SERIAL_ECHOLNPGM("Filament settings: Disabled");
} }
#endif//FWRETRACT #endif//FWRETRACT
#ifdef CUSTOM_M_CODES
SERIAL_ECHO_START;
SERIAL_ECHOLNPGM("Z-Probe Offset");
SERIAL_ECHO_START;
SERIAL_ECHO(" M");
SERIAL_ECHO(CUSTOM_M_CODE_SET_Z_PROBE_OFFSET);
SERIAL_ECHOPAIR(" Z",-zprobe_zoffset);
SERIAL_ECHOLN("");
#endif
} }
#endif//DISABLE_M503 #endif//DISABLE_M503
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment