瀏覽代碼

Put " M" into pmem

Scott Lahteine 9 年之前
父節點
當前提交
b2496533c6
共有 1 個檔案被更改,包括 1 行新增2 行删除
  1. 1
    2
      Marlin/ConfigurationStore.cpp

+ 1
- 2
Marlin/ConfigurationStore.cpp 查看文件

@@ -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…
取消
儲存