浏览代码

Spell adjustment

Scott Lahteine 9 年前
父节点
当前提交
a95544f92a
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      Marlin/ConfigurationStore.cpp

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

@@ -669,7 +669,7 @@ void Config_PrintSettings(bool forReplay) {
669 669
   #ifdef DELTA
670 670
     SERIAL_ECHO_START;
671 671
     if (!forReplay) {
672
-      SERIAL_ECHOLNPGM("Endstop adjustement (mm):");
672
+      SERIAL_ECHOLNPGM("Endstop adjustment (mm):");
673 673
       SERIAL_ECHO_START;
674 674
     }
675 675
     SERIAL_ECHOPAIR("  M666 X", endstop_adj[X_AXIS] );
@@ -686,7 +686,7 @@ void Config_PrintSettings(bool forReplay) {
686 686
   #elif defined(Z_DUAL_ENDSTOPS)
687 687
     SERIAL_ECHO_START;
688 688
     if (!forReplay) {
689
-      SERIAL_ECHOLNPGM("Z2 Endstop adjustement (mm):");
689
+      SERIAL_ECHOLNPGM("Z2 Endstop adjustment (mm):");
690 690
       SERIAL_ECHO_START;
691 691
     }
692 692
     SERIAL_ECHOPAIR("  M666 Z", z_endstop_adj );

正在加载...
取消
保存