From 8ebf0b92be973e0436e9bdce3163b9dd838beff2 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Thu, 30 Jul 2015 23:19:47 -0700 Subject: [PATCH] Spacing adjustments in some pins files --- Marlin/pins_AZTEEG_X3.h | 4 ++-- Marlin/pins_ELEFU_3.h | 22 +++++++++++----------- Marlin/pins_MINIRAMBO.h | 4 +++- Marlin/pins_RAMBO.h | 4 +++- Marlin/pins_TEENSYLU.h | 4 ++-- 5 files changed, 21 insertions(+), 17 deletions(-) diff --git a/Marlin/pins_AZTEEG_X3.h b/Marlin/pins_AZTEEG_X3.h index deca1b59ed..0409d6bd2d 100644 --- a/Marlin/pins_AZTEEG_X3.h +++ b/Marlin/pins_AZTEEG_X3.h @@ -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) diff --git a/Marlin/pins_ELEFU_3.h b/Marlin/pins_ELEFU_3.h index 20e6f2de63..f581f287c7 100644 --- a/Marlin/pins_ELEFU_3.h +++ b/Marlin/pins_ELEFU_3.h @@ -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 diff --git a/Marlin/pins_MINIRAMBO.h b/Marlin/pins_MINIRAMBO.h index bfc77c9fea..efdac8faf7 100644 --- a/Marlin/pins_MINIRAMBO.h +++ b/Marlin/pins_MINIRAMBO.h @@ -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 diff --git a/Marlin/pins_RAMBO.h b/Marlin/pins_RAMBO.h index 6510230429..57b7a68413 100644 --- a/Marlin/pins_RAMBO.h +++ b/Marlin/pins_RAMBO.h @@ -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 diff --git a/Marlin/pins_TEENSYLU.h b/Marlin/pins_TEENSYLU.h index 997ca3c97f..f0ed90c375 100644 --- a/Marlin/pins_TEENSYLU.h +++ b/Marlin/pins_TEENSYLU.h @@ -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