Преглед изворни кода

Fix typo (# missing before define).

Johann Rocholl пре 12 година
родитељ
комит
1c2ecddae4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      Marlin/Configuration.h

+ 1
- 1
Marlin/Configuration.h Прегледај датотеку

292
 #define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
292
 #define Z_MAX_LENGTH (Z_MAX_POS - Z_MIN_POS)
293
 
293
 
294
 // The position of the homing switches
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
 //#define BED_CENTER_AT_0_0  // If defined, the center of the bed is at (X=0, Y=0)
296
 //#define BED_CENTER_AT_0_0  // If defined, the center of the bed is at (X=0, Y=0)
297
 
297
 
298
 // Manual homing switch locations:
298
 // Manual homing switch locations:

Loading…
Откажи
Сачувај