Format some pins files
This commit is contained in:
committed by
Scott Lahteine
parent
9340a33980
commit
2c325c2a7d
@@ -74,95 +74,95 @@
|
||||
//
|
||||
// Limit Switches
|
||||
//
|
||||
#define X_STOP_PIN 47 // E3
|
||||
#define Y_STOP_PIN 20 // B0 SS
|
||||
#define Z_STOP_PIN 36 // E4
|
||||
#define X_STOP_PIN 47 // E3
|
||||
#define Y_STOP_PIN 20 // B0 SS
|
||||
#define Z_STOP_PIN 36 // E4
|
||||
|
||||
//
|
||||
// Steppers
|
||||
//
|
||||
#define X_STEP_PIN 28 // A0
|
||||
#define X_DIR_PIN 29 // A1
|
||||
#define X_ENABLE_PIN 19 // E7
|
||||
#define X_STEP_PIN 28 // A0
|
||||
#define X_DIR_PIN 29 // A1
|
||||
#define X_ENABLE_PIN 19 // E7
|
||||
|
||||
#define Y_STEP_PIN 30 // A2
|
||||
#define Y_DIR_PIN 31 // A3
|
||||
#define Y_ENABLE_PIN 18 // E6
|
||||
#define Y_STEP_PIN 30 // A2
|
||||
#define Y_DIR_PIN 31 // A3
|
||||
#define Y_ENABLE_PIN 18 // E6
|
||||
|
||||
#define Z_STEP_PIN 32 // A4
|
||||
#define Z_DIR_PIN 33 // A5
|
||||
#define Z_ENABLE_PIN 17 // C7
|
||||
#define Z_STEP_PIN 32 // A4
|
||||
#define Z_DIR_PIN 33 // A5
|
||||
#define Z_ENABLE_PIN 17 // C7
|
||||
|
||||
#define E0_STEP_PIN 34 // A6
|
||||
#define E0_DIR_PIN 35 // A7
|
||||
#define E0_ENABLE_PIN 13 // C3
|
||||
#define E0_STEP_PIN 34 // A6
|
||||
#define E0_DIR_PIN 35 // A7
|
||||
#define E0_ENABLE_PIN 13 // C3
|
||||
|
||||
//
|
||||
// Temperature Sensors
|
||||
//
|
||||
#define TEMP_0_PIN 1 // Analog Input
|
||||
#define TEMP_BED_PIN 0 // Analog Input
|
||||
#define TEMP_0_PIN 1 // Analog Input
|
||||
#define TEMP_BED_PIN 0 // Analog Input
|
||||
|
||||
//
|
||||
// Heaters / Fans
|
||||
//
|
||||
#define HEATER_0_PIN 15 // C5 PWM3B - Extruder
|
||||
#define HEATER_1_PIN 44 // F6
|
||||
#define HEATER_2_PIN 45 // F7
|
||||
#define HEATER_BED_PIN 14 // C4 PWM3C
|
||||
#define HEATER_0_PIN 15 // C5 PWM3B - Extruder
|
||||
#define HEATER_1_PIN 44 // F6
|
||||
#define HEATER_2_PIN 45 // F7
|
||||
#define HEATER_BED_PIN 14 // C4 PWM3C
|
||||
|
||||
#ifndef FAN_PIN
|
||||
#define FAN_PIN 16 // C6 PWM3A
|
||||
#define FAN_PIN 16 // C6 PWM3A
|
||||
#endif
|
||||
|
||||
//
|
||||
// Misc. Functions
|
||||
//
|
||||
#define SDSS 26 // B6 SDCS
|
||||
#define FILWIDTH_PIN 2 // Analog Input
|
||||
#define SDSS 26 // B6 SDCS
|
||||
#define FILWIDTH_PIN 2 // Analog Input
|
||||
|
||||
//
|
||||
// LCD / Controller
|
||||
//
|
||||
#if BOTH(ULTRA_LCD, NEWPANEL)
|
||||
|
||||
#define LCD_PINS_RS 9 // E1 JP11-11
|
||||
#define LCD_PINS_ENABLE 8 // E0 JP11-10
|
||||
#define LCD_PINS_D4 7 // D7 JP11-8
|
||||
#define LCD_PINS_D5 6 // D6 JP11-7
|
||||
#define LCD_PINS_D6 5 // D5 JP11-6
|
||||
#define LCD_PINS_D7 4 // D4 JP11-5
|
||||
#define LCD_PINS_RS 9 // E1 JP11-11
|
||||
#define LCD_PINS_ENABLE 8 // E0 JP11-10
|
||||
#define LCD_PINS_D4 7 // D7 JP11-8
|
||||
#define LCD_PINS_D5 6 // D6 JP11-7
|
||||
#define LCD_PINS_D6 5 // D5 JP11-6
|
||||
#define LCD_PINS_D7 4 // D4 JP11-5
|
||||
|
||||
#if ANY(VIKI2, miniVIKI)
|
||||
#define BEEPER_PIN 8 // E0 JP11-10
|
||||
#define BEEPER_PIN 8 // E0 JP11-10
|
||||
|
||||
#define DOGLCD_A0 40 // F2 JP2-2
|
||||
#define DOGLCD_CS 41 // F3 JP2-4
|
||||
#define DOGLCD_A0 40 // F2 JP2-2
|
||||
#define DOGLCD_CS 41 // F3 JP2-4
|
||||
#define LCD_SCREEN_ROT_180
|
||||
|
||||
#define BTN_EN1 2 // D2 TX1 JP2-5
|
||||
#define BTN_EN2 3 // D3 RX1 JP2-7
|
||||
#define BTN_ENC 45 // F7 TDI JP2-12
|
||||
#define BTN_EN1 2 // D2 TX1 JP2-5
|
||||
#define BTN_EN2 3 // D3 RX1 JP2-7
|
||||
#define BTN_ENC 45 // F7 TDI JP2-12
|
||||
|
||||
#undef SDSS
|
||||
#define SDSS 43 // F5 TMS JP2-8
|
||||
#define SDSS 43 // F5 TMS JP2-8
|
||||
|
||||
#define STAT_LED_RED_PIN 12 // C2 JP11-14
|
||||
#define STAT_LED_BLUE_PIN 10 // C0 JP11-12
|
||||
#define STAT_LED_RED_PIN 12 // C2 JP11-14
|
||||
#define STAT_LED_BLUE_PIN 10 // C0 JP11-12
|
||||
|
||||
#elif ENABLED(LCD_I2C_PANELOLU2)
|
||||
|
||||
#define BTN_EN1 3 // D3 RX1 JP2-7
|
||||
#define BTN_EN2 2 // D2 TX1 JP2-5
|
||||
#define BTN_ENC 41 // F3 JP2-4
|
||||
#define BTN_EN1 3 // D3 RX1 JP2-7
|
||||
#define BTN_EN2 2 // D2 TX1 JP2-5
|
||||
#define BTN_ENC 41 // F3 JP2-4
|
||||
#undef SDSS
|
||||
#define SDSS 38 // F0 B-THERM connector - use SD card on Panelolu2
|
||||
#define SDSS 38 // F0 B-THERM connector - use SD card on Panelolu2
|
||||
|
||||
#else
|
||||
|
||||
#define BTN_EN1 10 // C0 JP11-12
|
||||
#define BTN_EN2 11 // C1 JP11-13
|
||||
#define BTN_ENC 12 // C2 JP11-14
|
||||
#define BTN_EN1 10 // C0 JP11-12
|
||||
#define BTN_EN2 11 // C1 JP11-13
|
||||
#define BTN_ENC 12 // C2 JP11-14
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user