Quellcode durchsuchen

Fix typo (# missing before define).

Johann Rocholl vor 12 Jahren
Ursprung
Commit
1c2ecddae4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h Datei anzeigen

@@ -292,7 +292,7 @@ const bool Z_ENDSTOPS_INVERTING = false; // set to true to invert the logic of t
292 292
 #define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
293 293
 
294 294
 // The position of the homing switches
295
-define MANUAL_HOME_POSITIONS  // If defined, MANUAL_*_HOME_POS below will be used
295
+#define MANUAL_HOME_POSITIONS  // If defined, MANUAL_*_HOME_POS below will be used
296 296
 //#define BED_CENTER_AT_0_0  // If defined, the center of the bed is at (X=0, Y=0)
297 297
 
298 298
 // Manual homing switch locations:

Laden…
Abbrechen
Speichern