Allow FAN_PIN override, pins cleanup (#10956)
This commit is contained in:
@@ -79,6 +79,16 @@ D8 HEATER_BED_PIN CS1 RX4 A12 31 | 46 * * 47 | 34 A15 PWM
|
||||
|
||||
*/
|
||||
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
#define X_STOP_PIN 24
|
||||
#define Y_STOP_PIN 26
|
||||
#define Z_STOP_PIN 28
|
||||
|
||||
//
|
||||
// Steppers
|
||||
//
|
||||
#define X_STEP_PIN 22
|
||||
#define X_DIR_PIN 21
|
||||
#define X_ENABLE_PIN 39
|
||||
@@ -102,11 +112,9 @@ D8 HEATER_BED_PIN CS1 RX4 A12 31 | 46 * * 47 | 34 A15 PWM
|
||||
#define HEATER_0_PIN 30
|
||||
#define HEATER_1_PIN 36
|
||||
#define HEATER_BED_PIN 31
|
||||
#define FAN_PIN 2
|
||||
|
||||
#define X_STOP_PIN 24
|
||||
#define Y_STOP_PIN 26
|
||||
#define Z_STOP_PIN 28
|
||||
#ifndef FAN_PIN
|
||||
#define FAN_PIN 2
|
||||
#endif
|
||||
|
||||
#define TEMP_0_PIN 2 // Extruder / Analog pin numbering: 2 => A2
|
||||
#define TEMP_1_PIN 0
|
||||
|
||||
Reference in New Issue
Block a user