Browse Source

Update ConfigurationStore.cpp

Done
Michael Neumann 10 years ago
parent
commit
a9d7ab9530
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/ConfigurationStore.cpp

+ 1
- 1
Marlin/ConfigurationStore.cpp View File

288
 #endif//FWRETRACT
288
 #endif//FWRETRACT
289
 #ifdef CUSTOM_M_CODES
289
 #ifdef CUSTOM_M_CODES
290
   SERIAL_ECHO_START;
290
   SERIAL_ECHO_START;
291
-  SERIAL_ECHOLNPGM("Z-Probe Offset");
291
+  SERIAL_ECHOLNPGM("Z-Probe Offset (mm):");
292
   SERIAL_ECHO_START;
292
   SERIAL_ECHO_START;
293
   SERIAL_ECHO("   M");
293
   SERIAL_ECHO("   M");
294
   SERIAL_ECHO(CUSTOM_M_CODE_SET_Z_PROBE_OFFSET);
294
   SERIAL_ECHO(CUSTOM_M_CODE_SET_Z_PROBE_OFFSET);

Loading…
Cancel
Save