Allow FAN_PIN override, pins cleanup (#10956)
This commit is contained in:
@@ -34,34 +34,30 @@
|
||||
// Ignore temp readings during develpment.
|
||||
#define BOGUS_TEMPERATURE_FAILSAFE_OVERRIDE
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
#define U_MIN_PIN -1
|
||||
#define V_MIN_PIN -1
|
||||
#define W_MIN_PIN -1
|
||||
#define X_STOP_PIN PB3
|
||||
#define Y_STOP_PIN PB4
|
||||
#define Z_STOP_PIN PB5
|
||||
|
||||
//
|
||||
// Steppers
|
||||
//
|
||||
#define X_STEP_PIN PC0
|
||||
#define X_DIR_PIN PC1
|
||||
#define X_ENABLE_PIN PA8
|
||||
#define X_MIN_PIN PB3
|
||||
#define X_MAX_PIN -1
|
||||
|
||||
#define Y_STEP_PIN PC2
|
||||
#define Y_DIR_PIN PC3
|
||||
#define Y_ENABLE_PIN PA8
|
||||
#define Y_MIN_PIN -1
|
||||
#define Y_MAX_PIN PB4
|
||||
|
||||
#define Z_STEP_PIN PC4
|
||||
#define Z_DIR_PIN PC5
|
||||
#define Z_ENABLE_PIN PA8
|
||||
#define Z_MIN_PIN -1
|
||||
#define Z_MAX_PIN PB5
|
||||
|
||||
#define Y2_STEP_PIN -1
|
||||
#define Y2_DIR_PIN -1
|
||||
#define Y2_ENABLE_PIN -1
|
||||
|
||||
#define Z2_STEP_PIN -1
|
||||
#define Z2_DIR_PIN -1
|
||||
#define Z2_ENABLE_PIN -1
|
||||
|
||||
#define E0_STEP_PIN PC6
|
||||
#define E0_DIR_PIN PC7
|
||||
@@ -82,25 +78,16 @@
|
||||
//
|
||||
// Misc. Functions
|
||||
//
|
||||
#define SDPOWER -1
|
||||
#define SDSS PA4
|
||||
#define LED_PIN PD2
|
||||
|
||||
#define PS_ON_PIN -1
|
||||
#define KILL_PIN -1
|
||||
|
||||
//
|
||||
// Heaters / Fans
|
||||
//
|
||||
#define HEATER_0_PIN PB0 // EXTRUDER 1
|
||||
#define HEATER_1_PIN PB1
|
||||
#define HEATER_2_PIN -1
|
||||
|
||||
#define HEATER_BED_PIN PA3 // BED
|
||||
#define HEATER_BED2_PIN -1 // BED2
|
||||
#define HEATER_BED3_PIN -1 // BED3
|
||||
|
||||
#define FAN_PIN -1 // (Sprinter config)
|
||||
|
||||
//
|
||||
// Temperature Sensors
|
||||
@@ -108,7 +95,6 @@
|
||||
#define TEMP_BED_PIN PA0 // ANALOG NUMBERING
|
||||
#define TEMP_0_PIN PA1 // ANALOG NUMBERING
|
||||
#define TEMP_1_PIN PA2 // ANALOG NUMBERING
|
||||
#define TEMP_2_PIN -1 // ANALOG NUMBERING
|
||||
|
||||
//
|
||||
// LCD Pins
|
||||
@@ -276,7 +262,3 @@
|
||||
#endif // NEWPANEL
|
||||
|
||||
#endif // ULTRA_LCD
|
||||
|
||||
#define U_MIN_PIN -1
|
||||
#define V_MIN_PIN -1
|
||||
#define W_MIN_PIN -1
|
||||
|
||||
Reference in New Issue
Block a user