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,8 +754,7 @@ void Config_PrintSettings(bool forReplay) {
754 754
         SERIAL_ECHOLNPGM("Z-Probe Offset (mm):");
755 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 758
       SERIAL_ECHOPAIR(" Z", -zprobe_zoffset);
760 759
     #else
761 760
       if (!forReplay) {

Loading…
Cancel
Save