Marlin: Can't change SDRAMPS Pins August 25, 2015 06:01AM |
Registered: 14 years ago Posts: 395 |
#define X_STEP_PIN 51 #define X_DIR_PIN 53 #define X_ENABLE_PIN 49 #define X_MIN_PIN 47 #define X_MAX_PIN -1 //2 #define Y_STEP_PIN 43 #define Y_DIR_PIN 45 #define Y_ENABLE_PIN 41 #define Y_MIN_PIN 39 #define Y_MAX_PIN -1 //17 #define Z_STEP_PIN 42 #define Z_DIR_PIN 44 #define Z_ENABLE_PIN 40 #define Z_MIN_PIN 38 #define Z_MAX_PIN -1 //19 #define E0_STEP_PIN 48 #define E0_DIR_PIN 50 #define E0_ENABLE_PIN 46
#if defined (__AVR_ATmega1280__) || defined (__AVR_ATmega2560__) // UART #define RXD DIO0 #define TXD DIO1 // SPI #define SCK DIO32 //was 52 #define MISO DIO34 //was 50 #define MOSI DIO33 //was 51 #define SS DIO31 //was 53
Re: Marlin: Can't change SDRAMPS Pins August 25, 2015 06:54AM |
Registered: 10 years ago Posts: 5,232 |
Re: Marlin: Can't change SDRAMPS Pins August 25, 2015 02:27PM |
Registered: 14 years ago Posts: 395 |