瀏覽代碼

Update ConfigurationStore.cpp

Done
Michael Neumann 10 年之前
父節點
當前提交
a9d7ab9530
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      Marlin/ConfigurationStore.cpp

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

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