瀏覽代碼

Tweak M114 D output

Scott Lahteine 4 年之前
父節點
當前提交
c73894308c
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/src/gcode/host/M114.cpp

+ 1
- 1
Marlin/src/gcode/host/M114.cpp 查看文件

@@ -179,7 +179,7 @@
179 179
     report_xyze(from_steppers);
180 180
 
181 181
     const xyze_float_t diff = from_steppers - leveled;
182
-    SERIAL_ECHOPGM("Diff: ");
182
+    SERIAL_ECHOPGM("Diff:   ");
183 183
     report_xyze(diff);
184 184
   }
185 185
 

Loading…
取消
儲存