Browse Source

E0_CS_PIN moved from A13 to A15 on RAMPS-FD v2.2 (#11865)

Scott Alfter 6 years ago
parent
commit
140caf99b8
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      Marlin/src/pins/pins_RAMPS_FD_V2.h

+ 4
- 0
Marlin/src/pins/pins_RAMPS_FD_V2.h View File

@@ -29,6 +29,10 @@
29 29
 
30 30
 #define BOARD_NAME         "RAMPS-FD v2"
31 31
 
32
+#ifndef E0_CS_PIN
33
+  #define E0_CS_PIN        69 // moved from A13 to A15 on v2.2, if not earlier
34
+#endif
35
+
32 36
 #include "pins_RAMPS_FD_V1.h"
33 37
 
34 38
 #undef INVERTED_HEATER_PINS

Loading…
Cancel
Save