Sfoglia il codice sorgente

Update ConfigurationStore.cpp

Done
Michael Neumann 10 anni fa
parent
commit
a9d7ab9530
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/ConfigurationStore.cpp

+ 1
- 1
Marlin/ConfigurationStore.cpp Vedi File

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

Loading…
Annulla
Salva