|
@@ -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 );
|