E0_CS_PIN moved from A13 to A15 on RAMPS-FD v2.2 (#11865)
This commit is contained in:
parent
10590c2f80
commit
140caf99b8
@ -29,6 +29,10 @@
|
||||
|
||||
#define BOARD_NAME "RAMPS-FD v2"
|
||||
|
||||
#ifndef E0_CS_PIN
|
||||
#define E0_CS_PIN 69 // moved from A13 to A15 on v2.2, if not earlier
|
||||
#endif
|
||||
|
||||
#include "pins_RAMPS_FD_V1.h"
|
||||
|
||||
#undef INVERTED_HEATER_PINS
|
||||
|
Loading…
Reference in New Issue
Block a user