Update ConfigurationStore.cpp

Done
This commit is contained in:
Michael Neumann 2015-01-23 21:05:27 +01:00
parent 2d454da3af
commit a9d7ab9530

View file

@ -288,7 +288,7 @@ SERIAL_ECHOLNPGM("Scaling factors:");
#endif//FWRETRACT
#ifdef CUSTOM_M_CODES
SERIAL_ECHO_START;
SERIAL_ECHOLNPGM("Z-Probe Offset");
SERIAL_ECHOLNPGM("Z-Probe Offset (mm):");
SERIAL_ECHO_START;
SERIAL_ECHO(" M");
SERIAL_ECHO(CUSTOM_M_CODE_SET_Z_PROBE_OFFSET);