Add E1 for RAMPS 1.4.4 / AGC
This commit is contained in:
parent
cc5297d637
commit
0561d5bea3
@ -89,13 +89,6 @@
|
|||||||
#define Z_CS_PIN 32
|
#define Z_CS_PIN 32
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define Z2_STEP_PIN 36
|
|
||||||
#define Z2_DIR_PIN 34
|
|
||||||
#define Z2_ENABLE_PIN 30
|
|
||||||
#ifndef Z2_CS_PIN
|
|
||||||
#define Z2_CS_PIN 22
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define E0_STEP_PIN 26
|
#define E0_STEP_PIN 26
|
||||||
#define E0_DIR_PIN 28
|
#define E0_DIR_PIN 28
|
||||||
#define E0_ENABLE_PIN 24
|
#define E0_ENABLE_PIN 24
|
||||||
@ -103,18 +96,33 @@
|
|||||||
#define E0_CS_PIN 43
|
#define E0_CS_PIN 43
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#define E1_STEP_PIN 36
|
||||||
|
#define E1_DIR_PIN 34
|
||||||
|
#define E1_ENABLE_PIN 30
|
||||||
|
#ifndef E1_CS_PIN
|
||||||
|
#define E1_CS_PIN 22
|
||||||
|
#endif
|
||||||
|
|
||||||
//
|
//
|
||||||
// Temperature Sensors
|
// Temperature Sensors
|
||||||
//
|
//
|
||||||
#define TEMP_0_PIN 13
|
#define TEMP_0_PIN 13
|
||||||
#define TEMP_BED_PIN 14
|
#if TEMP_SENSOR_BED
|
||||||
|
#define TEMP_BED_PIN 14
|
||||||
|
#else
|
||||||
|
#define TEMP_1_PIN 14
|
||||||
|
#endif
|
||||||
#define TEMP_CHAMBER_PIN 15
|
#define TEMP_CHAMBER_PIN 15
|
||||||
|
|
||||||
//
|
//
|
||||||
// Heaters / Fans
|
// Heaters / Fans
|
||||||
//
|
//
|
||||||
#define HEATER_0_PIN 10
|
#define HEATER_0_PIN 10
|
||||||
#define HEATER_BED_PIN 8
|
#if TEMP_SENSOR_BED
|
||||||
|
#define HEATER_BED_PIN 8
|
||||||
|
#else
|
||||||
|
#define HEATER_1_PIN 8
|
||||||
|
#endif
|
||||||
#define FAN_PIN 9
|
#define FAN_PIN 9
|
||||||
#define FAN1_PIN 7
|
#define FAN1_PIN 7
|
||||||
#define FAN2_PIN 12
|
#define FAN2_PIN 12
|
||||||
@ -186,9 +194,6 @@
|
|||||||
//#define Z2_HARDWARE_SERIAL Serial1
|
//#define Z2_HARDWARE_SERIAL Serial1
|
||||||
//#define E0_HARDWARE_SERIAL Serial1
|
//#define E0_HARDWARE_SERIAL Serial1
|
||||||
//#define E1_HARDWARE_SERIAL Serial1
|
//#define E1_HARDWARE_SERIAL Serial1
|
||||||
//#define E2_HARDWARE_SERIAL Serial1
|
|
||||||
//#define E3_HARDWARE_SERIAL Serial1
|
|
||||||
//#define E4_HARDWARE_SERIAL Serial1
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// Software serial
|
// Software serial
|
||||||
@ -245,42 +250,6 @@
|
|||||||
#ifndef E1_SERIAL_RX_PIN
|
#ifndef E1_SERIAL_RX_PIN
|
||||||
#define E1_SERIAL_RX_PIN -1
|
#define E1_SERIAL_RX_PIN -1
|
||||||
#endif
|
#endif
|
||||||
#ifndef E2_SERIAL_TX_PIN
|
|
||||||
#define E2_SERIAL_TX_PIN -1
|
|
||||||
#endif
|
|
||||||
#ifndef E2_SERIAL_RX_PIN
|
|
||||||
#define E2_SERIAL_RX_PIN -1
|
|
||||||
#endif
|
|
||||||
#ifndef E3_SERIAL_TX_PIN
|
|
||||||
#define E3_SERIAL_TX_PIN -1
|
|
||||||
#endif
|
|
||||||
#ifndef E3_SERIAL_RX_PIN
|
|
||||||
#define E3_SERIAL_RX_PIN -1
|
|
||||||
#endif
|
|
||||||
#ifndef E4_SERIAL_TX_PIN
|
|
||||||
#define E4_SERIAL_TX_PIN -1
|
|
||||||
#endif
|
|
||||||
#ifndef E4_SERIAL_RX_PIN
|
|
||||||
#define E4_SERIAL_RX_PIN -1
|
|
||||||
#endif
|
|
||||||
#ifndef E5_SERIAL_TX_PIN
|
|
||||||
#define E5_SERIAL_TX_PIN -1
|
|
||||||
#endif
|
|
||||||
#ifndef E5_SERIAL_RX_PIN
|
|
||||||
#define E5_SERIAL_RX_PIN -1
|
|
||||||
#endif
|
|
||||||
#ifndef E6_SERIAL_TX_PIN
|
|
||||||
#define E6_SERIAL_TX_PIN -1
|
|
||||||
#endif
|
|
||||||
#ifndef E6_SERIAL_RX_PIN
|
|
||||||
#define E6_SERIAL_RX_PIN -1
|
|
||||||
#endif
|
|
||||||
#ifndef E7_SERIAL_TX_PIN
|
|
||||||
#define E7_SERIAL_TX_PIN -1
|
|
||||||
#endif
|
|
||||||
#ifndef E7_SERIAL_RX_PIN
|
|
||||||
#define E7_SERIAL_RX_PIN -1
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
//////////////////////////
|
//////////////////////////
|
||||||
|
Loading…
Reference in New Issue
Block a user