Browse Source

Update pins_STEVAL.h

Scott Lahteine 5 years ago
parent
commit
f96d2a5b4a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Marlin/src/pins/stm32/pins_STEVAL.h

+ 2
- 2
Marlin/src/pins/stm32/pins_STEVAL.h View File

35
 //
35
 //
36
 // Limit Switches
36
 // Limit Switches
37
 //
37
 //
38
-#define X_MIN_PIN          38  // PD8  X_STOP
38
+#define X_MIN_PIN          38  // PD8   X_STOP
39
 #define X_MAX_PIN          -1
39
 #define X_MAX_PIN          -1
40
-#define Y_MIN_PIN          39  // PD9  Y_STOP
40
+#define Y_MIN_PIN          39  // PD9   Y_STOP
41
 #define Y_MAX_PIN          -1
41
 #define Y_MAX_PIN          -1
42
 #define Z_MIN_PIN          40  // PD10  Z_STOP
42
 #define Z_MIN_PIN          40  // PD10  Z_STOP
43
 #define Z_MAX_PIN          -1
43
 #define Z_MAX_PIN          -1

Loading…
Cancel
Save