Explorar el Código

Update ConfigurationStore.cpp

Done
Michael Neumann hace 10 años
padre
commit
a9d7ab9530
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      Marlin/ConfigurationStore.cpp

+ 1
- 1
Marlin/ConfigurationStore.cpp Ver fichero

@@ -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…
Cancelar
Guardar