Browse Source

Put " M" into pmem

Scott Lahteine 9 years ago
parent
commit
b2496533c6
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      Marlin/ConfigurationStore.cpp

+ 1
- 2
Marlin/ConfigurationStore.cpp View File

754
         SERIAL_ECHOLNPGM("Z-Probe Offset (mm):");
754
         SERIAL_ECHOLNPGM("Z-Probe Offset (mm):");
755
         SERIAL_ECHO_START;
755
         SERIAL_ECHO_START;
756
       }
756
       }
757
-      SERIAL_ECHO("   M");
758
-      SERIAL_ECHO(CUSTOM_M_CODE_SET_Z_PROBE_OFFSET);
757
+      SERIAL_ECHOPAIR("   M", CUSTOM_M_CODE_SET_Z_PROBE_OFFSET);
759
       SERIAL_ECHOPAIR(" Z", -zprobe_zoffset);
758
       SERIAL_ECHOPAIR(" Z", -zprobe_zoffset);
760
     #else
759
     #else
761
       if (!forReplay) {
760
       if (!forReplay) {

Loading…
Cancel
Save