Przeglądaj źródła

Fix typo in MANUAL_HOME_POSITION (plural S missing) and improve comments.

Johann Rocholl 11 lat temu
rodzic
commit
1f45cb0a51
2 zmienionych plików z 3 dodań i 3 usunięć
  1. 2
    2
      Marlin/Configuration.h
  2. 1
    1
      Marlin/Configuration_adv.h

+ 2
- 2
Marlin/Configuration.h Wyświetl plik

@@ -256,8 +256,8 @@ const bool Z_ENDSTOPS_INVERTING = true; // set to true to invert the logic of th
256 256
 #define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
257 257
 
258 258
 // The position of the homing switches
259
-//#define MANUAL_HOME_POSITIONS  // If defined, manualy programed locations will be used
260
-//#define BED_CENTER_AT_0_0  // If defined the center of the bed is defined as (0,0)
259
+//#define MANUAL_HOME_POSITIONS  // If defined, MANUAL_*_HOME_POS below will be used
260
+//#define BED_CENTER_AT_0_0  // If defined, the center of the bed is at (X=0, Y=0)
261 261
 
262 262
 //Manual homing switch locations:
263 263
 #define MANUAL_X_HOME_POS 0

+ 1
- 1
Marlin/Configuration_adv.h Wyświetl plik

@@ -78,7 +78,7 @@
78 78
 
79 79
 //// AUTOSET LOCATIONS OF LIMIT SWITCHES
80 80
 //// Added by ZetaPhoenix 09-15-2012
81
-#ifdef MANUAL_HOME_POSITION  //Use manual limit switch locations
81
+#ifdef MANUAL_HOME_POSITIONS  // Use manual limit switch locations
82 82
   #define X_HOME_POS MANUAL_X_HOME_POS
83 83
   #define Y_HOME_POS MANUAL_Y_HOME_POS
84 84
   #define Z_HOME_POS MANUAL_Z_HOME_POS

Ładowanie…
Anuluj
Zapisz