Spacing adjustments in some pins files

This commit is contained in:
Scott Lahteine 2015-07-30 23:19:47 -07:00 committed by Richard Wackerbarth
parent 94a796c8cc
commit 8ebf0b92be
5 changed files with 21 additions and 17 deletions

View file

@ -24,8 +24,8 @@
#define SDCARDDETECT -1 // Pin 49 if using display sd interface #define SDCARDDETECT -1 // Pin 49 if using display sd interface
#if ENABLED(TEMP_STAT_LEDS) #if ENABLED(TEMP_STAT_LEDS)
#define STAT_LED_RED 64 #define STAT_LED_RED 64
#define STAT_LED_BLUE 63 #define STAT_LED_BLUE 63
#endif #endif
#elif ENABLED(TEMP_STAT_LEDS) #elif ENABLED(TEMP_STAT_LEDS)

View file

@ -13,14 +13,14 @@
#define X_MAX_PIN 34 #define X_MAX_PIN 34
#define Y_STEP_PIN 11 #define Y_STEP_PIN 11
#define Y_DIR_PIN 9 #define Y_DIR_PIN 9
#define Y_ENABLE_PIN 12 #define Y_ENABLE_PIN 12
#define Y_MIN_PIN 33 #define Y_MIN_PIN 33
#define Y_MAX_PIN 32 #define Y_MAX_PIN 32
#define Z_STEP_PIN 7 #define Z_STEP_PIN 7
#define Z_DIR_PIN 6 #define Z_DIR_PIN 6
#define Z_ENABLE_PIN 8 #define Z_ENABLE_PIN 8
#define Z_MIN_PIN 31 #define Z_MIN_PIN 31
#define Z_MAX_PIN 30 #define Z_MAX_PIN 30
@ -48,10 +48,10 @@
#define HEATER_1_PIN 46 //12V PWM2 #define HEATER_1_PIN 46 //12V PWM2
#define HEATER_2_PIN 17 //12V PWM3 #define HEATER_2_PIN 17 //12V PWM3
#define HEATER_BED_PIN 44 //DOUBLE 12V PWM #define HEATER_BED_PIN 44 //DOUBLE 12V PWM
#define TEMP_0_PIN 3 //ANALOG NUMBERING #define TEMP_0_PIN 3 //ANALOG NUMBERING
#define TEMP_1_PIN 2 //ANALOG NUMBERING #define TEMP_1_PIN 2 //ANALOG NUMBERING
#define TEMP_2_PIN 1 //ANALOG NUMBERING #define TEMP_2_PIN 1 //ANALOG NUMBERING
#define TEMP_BED_PIN 0 //ANALOG NUMBERING #define TEMP_BED_PIN 0 //ANALOG NUMBERING
#define BEEPER_PIN 36 #define BEEPER_PIN 36
@ -70,9 +70,9 @@
#define BTN_EN2 39 #define BTN_EN2 39
#define BTN_ENC 15 //the click #define BTN_ENC 15 //the click
#define BLEN_C 2 #define BLEN_C 2
#define BLEN_B 1 #define BLEN_B 1
#define BLEN_A 0 #define BLEN_A 0
#endif // RA_CONTROL_PANEL #endif // RA_CONTROL_PANEL

View file

@ -89,7 +89,9 @@
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing. #define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
#if ENABLED(ULTRA_LCD) #if ENABLED(ULTRA_LCD)
#define KILL_PIN 32 #define KILL_PIN 32
#if ENABLED(NEWPANEL) #if ENABLED(NEWPANEL)
#define BEEPER_PIN 84 // Beeper on AUX-4 #define BEEPER_PIN 84 // Beeper on AUX-4
@ -107,5 +109,5 @@
#define SDCARDDETECT 15 #define SDCARDDETECT 15
#endif #endif //NEWPANEL
#endif //ULTRA_LCD #endif //ULTRA_LCD

View file

@ -110,7 +110,9 @@
#define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing. #define SUICIDE_PIN -1 //PIN that has to be turned on right after start, to keep power flowing.
#if ENABLED(ULTRA_LCD) #if ENABLED(ULTRA_LCD)
#define KILL_PIN 80 #define KILL_PIN 80
#if ENABLED(NEWPANEL) #if ENABLED(NEWPANEL)
#define BEEPER_PIN 79 // Beeper on AUX-4 #define BEEPER_PIN 79 // Beeper on AUX-4
@ -138,7 +140,7 @@
#define BEEPER_PIN 33 // No Beeper added #define BEEPER_PIN 33 // No Beeper added
//buttons are attached to a shift register //buttons are attached to a shift register
// Not wired this yet // Not wired yet
// #define SHIFT_CLK 38 // #define SHIFT_CLK 38
// #define SHIFT_LD 42 // #define SHIFT_LD 42
// #define SHIFT_OUT 40 // #define SHIFT_OUT 40

View file

@ -68,7 +68,6 @@
#endif #endif
#if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL) #if ENABLED(ULTRA_LCD) && ENABLED(NEWPANEL)
//LCD Pins
#define BEEPER_PIN -1 #define BEEPER_PIN -1
@ -78,7 +77,8 @@
#define BTN_ENC 43 //A3 - fastio.h pin mapping 43 #define BTN_ENC 43 //A3 - fastio.h pin mapping 43
#define SDSS 40 //use SD card on Panelolu2 (Teensyduino pin mapping) #define SDSS 40 //use SD card on Panelolu2 (Teensyduino pin mapping)
#endif // LCD_I2C_PANELOLU2 #endif // LCD_I2C_PANELOLU2
//not connected to a pin
#define SDCARDDETECT -1 #define SDCARDDETECT -1
#endif // ULTRA_LCD && NEWPANEL #endif // ULTRA_LCD && NEWPANEL