Browse Source

Update ConfigurationStore.cpp

Done
pull/1/head
Michael Neumann 10 years ago
parent
commit
a9d7ab9530
  1. 2
      Marlin/ConfigurationStore.cpp

2
Marlin/ConfigurationStore.cpp

@ -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);

Loading…
Cancel
Save