Spacing adjustments in some pins files
This commit is contained in:
parent
94a796c8cc
commit
8ebf0b92be
@ -24,8 +24,8 @@
|
||||
#define SDCARDDETECT -1 // Pin 49 if using display sd interface
|
||||
|
||||
#if ENABLED(TEMP_STAT_LEDS)
|
||||
#define STAT_LED_RED 64
|
||||
#define STAT_LED_BLUE 63
|
||||
#define STAT_LED_RED 64
|
||||
#define STAT_LED_BLUE 63
|
||||
#endif
|
||||
|
||||
#elif ENABLED(TEMP_STAT_LEDS)
|
||||
|
@ -13,14 +13,14 @@
|
||||
#define X_MAX_PIN 34
|
||||
|
||||
#define Y_STEP_PIN 11
|
||||
#define Y_DIR_PIN 9
|
||||
#define Y_DIR_PIN 9
|
||||
#define Y_ENABLE_PIN 12
|
||||
#define Y_MIN_PIN 33
|
||||
#define Y_MAX_PIN 32
|
||||
|
||||
#define Z_STEP_PIN 7
|
||||
#define Z_DIR_PIN 6
|
||||
#define Z_ENABLE_PIN 8
|
||||
#define Z_STEP_PIN 7
|
||||
#define Z_DIR_PIN 6
|
||||
#define Z_ENABLE_PIN 8
|
||||
#define Z_MIN_PIN 31
|
||||
#define Z_MAX_PIN 30
|
||||
|
||||
@ -48,10 +48,10 @@
|
||||
#define HEATER_1_PIN 46 //12V PWM2
|
||||
#define HEATER_2_PIN 17 //12V PWM3
|
||||
#define HEATER_BED_PIN 44 //DOUBLE 12V PWM
|
||||
#define TEMP_0_PIN 3 //ANALOG NUMBERING
|
||||
#define TEMP_1_PIN 2 //ANALOG NUMBERING
|
||||
#define TEMP_2_PIN 1 //ANALOG NUMBERING
|
||||
#define TEMP_BED_PIN 0 //ANALOG NUMBERING
|
||||
#define TEMP_0_PIN 3 //ANALOG NUMBERING
|
||||
#define TEMP_1_PIN 2 //ANALOG NUMBERING
|
||||
#define TEMP_2_PIN 1 //ANALOG NUMBERING
|
||||
#define TEMP_BED_PIN 0 //ANALOG NUMBERING
|
||||
|
||||
#define BEEPER_PIN 36
|
||||
|
||||
@ -70,9 +70,9 @@
|
||||
#define BTN_EN2 39
|
||||
#define BTN_ENC 15 //the click
|
||||
|
||||
#define BLEN_C 2
|
||||
#define BLEN_B 1
|
||||
#define BLEN_A 0
|
||||
#define BLEN_C 2
|
||||
#define BLEN_B 1
|
||||
#define BLEN_A 0
|
||||
|
||||
#endif // RA_CONTROL_PANEL
|
||||
|
||||
|
@ -89,7 +89,9 @@
|
||||
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
|
||||
|
||||
#if ENABLED(ULTRA_LCD)
|
||||
|
||||
#define KILL_PIN 32
|
||||
|
||||
#if ENABLED(NEWPANEL)
|
||||
|
||||
#define BEEPER_PIN 84 // Beeper on AUX-4
|
||||
@ -107,5 +109,5 @@
|
||||
|
||||
#define SDCARDDETECT 15
|
||||
|
||||
#endif
|
||||
#endif //NEWPANEL
|
||||
#endif //ULTRA_LCD
|
||||
|
@ -110,7 +110,9 @@
|
||||
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
|
||||
|
||||
#if ENABLED(ULTRA_LCD)
|
||||
|
||||
#define KILL_PIN 80
|
||||
|
||||
#if ENABLED(NEWPANEL)
|
||||
|
||||
#define BEEPER_PIN 79 // Beeper on AUX-4
|
||||
@ -138,7 +140,7 @@
|
||||
#define BEEPER_PIN 33 // No Beeper added
|
||||
|
||||
//buttons are attached to a shift register
|
||||
// Not wired this yet
|
||||
// Not wired yet
|
||||
// #define SHIFT_CLK 38
|
||||
// #define SHIFT_LD 42
|
||||
// #define SHIFT_OUT 40
|
||||
|
@ -68,7 +68,6 @@
|
||||
#endif
|
||||
|
||||
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
|
||||
//LCD Pins
|
||||
|
||||
#define BEEPER_PIN -1
|
||||
|
||||
@ -78,7 +77,8 @@
|
||||
#define BTN_ENC 43 //A3 - fastio.h pin mapping 43
|
||||
#define SDSS 40 //use SD card on Panelolu2 (Teensyduino pin mapping)
|
||||
#endif // LCD_I2C_PANELOLU2
|
||||
//not connected to a pin
|
||||
|
||||
#define SDCARDDETECT -1
|
||||
|
||||
#endif // ULTRA_LCD && NEWPANEL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user