Cleanup pins spacing
This commit is contained in:
parent
dff2904c0f
commit
c272f2c84e
@ -45,7 +45,7 @@
|
|||||||
#define IS_RAMPS_EFF
|
#define IS_RAMPS_EFF
|
||||||
#elif MB(RAMPS_13_EEF) || MB(RAMPS_14_EEF) || MB(RAMPS_14_RE_ARM_EEF) || MB(RAMPS_SMART_EEF) || MB(RAMPS_DUO_EEF) || MB(RAMPS4DUE_EEF)
|
#elif MB(RAMPS_13_EEF) || MB(RAMPS_14_EEF) || MB(RAMPS_14_RE_ARM_EEF) || MB(RAMPS_SMART_EEF) || MB(RAMPS_DUO_EEF) || MB(RAMPS4DUE_EEF)
|
||||||
#define IS_RAMPS_EEF
|
#define IS_RAMPS_EEF
|
||||||
#elif MB(RAMPS_13_SF) || MB(RAMPS_14_SF) || MB(RAMPS_14_RE_ARM_SF) || MB(RAMPS_SMART_SF) || MB(RAMPS_DUO_SF) || MB(RAMPS4DUE_SF)
|
#elif MB(RAMPS_13_SF) || MB(RAMPS_14_SF) || MB(RAMPS_14_RE_ARM_SF) || MB(RAMPS_SMART_SF) || MB(RAMPS_DUO_SF) || MB(RAMPS4DUE_SF)
|
||||||
#define IS_RAMPS_SF
|
#define IS_RAMPS_SF
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -358,7 +358,7 @@
|
|||||||
#endif
|
#endif
|
||||||
#if PIN_EXISTS(FAN)
|
#if PIN_EXISTS(FAN)
|
||||||
REPORT_NAME_DIGITAL(FAN_PIN, __LINE__ )
|
REPORT_NAME_DIGITAL(FAN_PIN, __LINE__ )
|
||||||
#endif
|
#endif
|
||||||
#if PIN_EXISTS(FAN1)
|
#if PIN_EXISTS(FAN1)
|
||||||
REPORT_NAME_DIGITAL(FAN1_PIN, __LINE__ )
|
REPORT_NAME_DIGITAL(FAN1_PIN, __LINE__ )
|
||||||
#endif
|
#endif
|
||||||
|
@ -123,7 +123,7 @@
|
|||||||
|
|
||||||
#define BTN_EN1 50
|
#define BTN_EN1 50
|
||||||
#define BTN_EN2 52
|
#define BTN_EN2 52
|
||||||
#define BTN_ENC 48
|
#define BTN_ENC 48
|
||||||
|
|
||||||
#define SDSS 4
|
#define SDSS 4
|
||||||
#define SD_DETECT_PIN 14
|
#define SD_DETECT_PIN 14
|
||||||
@ -135,9 +135,9 @@
|
|||||||
#define BTN_EN1 50
|
#define BTN_EN1 50
|
||||||
#define BTN_EN2 52
|
#define BTN_EN2 52
|
||||||
#define BTN_ENC 48
|
#define BTN_ENC 48
|
||||||
|
|
||||||
#define BTN_BACK 71
|
#define BTN_BACK 71
|
||||||
|
|
||||||
#undef SDSS
|
#undef SDSS
|
||||||
#define SDSS 4
|
#define SDSS 4
|
||||||
#define SD_DETECT_PIN 14
|
#define SD_DETECT_PIN 14
|
||||||
|
@ -115,7 +115,7 @@
|
|||||||
|
|
||||||
#define BTN_EN1 50
|
#define BTN_EN1 50
|
||||||
#define BTN_EN2 52
|
#define BTN_EN2 52
|
||||||
#define BTN_ENC 48
|
#define BTN_ENC 48
|
||||||
|
|
||||||
#define SDSS 4
|
#define SDSS 4
|
||||||
#define SD_DETECT_PIN 14
|
#define SD_DETECT_PIN 14
|
||||||
@ -127,9 +127,9 @@
|
|||||||
#define BTN_EN1 50
|
#define BTN_EN1 50
|
||||||
#define BTN_EN2 52
|
#define BTN_EN2 52
|
||||||
#define BTN_ENC 48
|
#define BTN_ENC 48
|
||||||
|
|
||||||
#define BTN_BACK 71
|
#define BTN_BACK 71
|
||||||
|
|
||||||
#undef SDSS
|
#undef SDSS
|
||||||
#define SDSS 4
|
#define SDSS 4
|
||||||
#define SD_DETECT_PIN 14
|
#define SD_DETECT_PIN 14
|
||||||
|
@ -46,8 +46,8 @@
|
|||||||
|
|
||||||
#if ENABLED(IS_REARM)
|
#if ENABLED(IS_REARM)
|
||||||
#error "Oops! use 'pins_RAMPS_RE_ARM.h' when Re-Arm is used."
|
#error "Oops! use 'pins_RAMPS_RE_ARM.h' when Re-Arm is used."
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !ENABLED(IS_RAMPS_SMART) && !ENABLED(IS_RAMPS_DUO) && !ENABLED(IS_RAMPS4DUE) && !ENABLED(TARGET_LPC1768)
|
#if !ENABLED(IS_RAMPS_SMART) && !ENABLED(IS_RAMPS_DUO) && !ENABLED(IS_RAMPS4DUE) && !ENABLED(TARGET_LPC1768)
|
||||||
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
|
#if !defined(__AVR_ATmega1280__) && !defined(__AVR_ATmega2560__)
|
||||||
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu."
|
#error "Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu."
|
||||||
|
@ -248,12 +248,12 @@
|
|||||||
#define DOGLCD_CS 63 // J5-3 & AUX-2
|
#define DOGLCD_CS 63 // J5-3 & AUX-2
|
||||||
|
|
||||||
#ifdef ULTIPANEL
|
#ifdef ULTIPANEL
|
||||||
|
|
||||||
#define LCD_PINS_D5 71 // ENET_MDIO
|
#define LCD_PINS_D5 71 // ENET_MDIO
|
||||||
#define LCD_PINS_D6 73 // ENET_RX_ER
|
#define LCD_PINS_D6 73 // ENET_RX_ER
|
||||||
#define LCD_PINS_D7 75 // ENET_RXD1
|
#define LCD_PINS_D7 75 // ENET_RXD1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(NEWPANEL)
|
#if ENABLED(NEWPANEL)
|
||||||
#if ENABLED(REPRAPWORLD_KEYPAD)
|
#if ENABLED(REPRAPWORLD_KEYPAD)
|
||||||
#define SHIFT_OUT 51 // (MOSI) J3-10 & AUX-3
|
#define SHIFT_OUT 51 // (MOSI) J3-10 & AUX-3
|
||||||
@ -287,12 +287,12 @@
|
|||||||
|
|
||||||
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
|
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
|
||||||
// #define LCD_SCREEN_ROT_180
|
// #define LCD_SCREEN_ROT_180
|
||||||
|
|
||||||
#define SOFTWARE_SPI // temp to see if it fixes the "not found" error
|
#define SOFTWARE_SPI // temp to see if it fixes the "not found" error
|
||||||
|
|
||||||
#undef BEEPER_PIN
|
#undef BEEPER_PIN
|
||||||
#define BEEPER_PIN 37 // may change if cable changes
|
#define BEEPER_PIN 37 // may change if cable changes
|
||||||
|
|
||||||
#define BTN_EN1 31 // J3-2 & AUX-4
|
#define BTN_EN1 31 // J3-2 & AUX-4
|
||||||
#define BTN_EN2 33 // J3-4 & AUX-4
|
#define BTN_EN2 33 // J3-4 & AUX-4
|
||||||
#define BTN_ENC 35 // J3-3 & AUX-4
|
#define BTN_ENC 35 // J3-3 & AUX-4
|
||||||
@ -301,7 +301,7 @@
|
|||||||
#define KILL_PIN 41 // J5-4 & AUX-4
|
#define KILL_PIN 41 // J5-4 & AUX-4
|
||||||
|
|
||||||
#undef DOGLCD_CS
|
#undef DOGLCD_CS
|
||||||
#define DOGLCD_CS 16
|
#define DOGLCD_CS 16
|
||||||
#undef LCD_BACKLIGHT_PIN //16 // J3-7 & AUX-4 - only used on DOGLCD controllers
|
#undef LCD_BACKLIGHT_PIN //16 // J3-7 & AUX-4 - only used on DOGLCD controllers
|
||||||
#undef LCD_PINS_ENABLE //51 // (MOSI) J3-10 & AUX-3
|
#undef LCD_PINS_ENABLE //51 // (MOSI) J3-10 & AUX-3
|
||||||
#undef LCD_PINS_D4 //52 // (SCK) J3-9 & AUX-3
|
#undef LCD_PINS_D4 //52 // (SCK) J3-9 & AUX-3
|
||||||
@ -310,9 +310,9 @@
|
|||||||
#define DOGLCD_A0 59 // J3-8 & AUX-2
|
#define DOGLCD_A0 59 // J3-8 & AUX-2
|
||||||
#undef LCD_PINS_D6 //63 // J5-3 & AUX-2
|
#undef LCD_PINS_D6 //63 // J5-3 & AUX-2
|
||||||
#undef LCD_PINS_D7 //6 // (SERVO1) J5-1 & SERVO connector
|
#undef LCD_PINS_D7 //6 // (SERVO1) J5-1 & SERVO connector
|
||||||
#define DOGLCD_SCK SCK_PIN
|
#define DOGLCD_SCK SCK_PIN
|
||||||
#define DOGLCD_MOSI MOSI_PIN
|
#define DOGLCD_MOSI MOSI_PIN
|
||||||
|
|
||||||
#define STAT_LED_BLUE_PIN 63 // may change if cable changes
|
#define STAT_LED_BLUE_PIN 63 // may change if cable changes
|
||||||
#define STAT_LED_RED_PIN 6 // may change if cable changes
|
#define STAT_LED_RED_PIN 6 // may change if cable changes
|
||||||
#endif
|
#endif
|
||||||
@ -320,8 +320,8 @@
|
|||||||
//#define MOSI_PIN 51 // system defined J3-10 & AUX-3
|
//#define MOSI_PIN 51 // system defined J3-10 & AUX-3
|
||||||
//#define SCK_PIN 52 // system defined J3-9 & AUX-3
|
//#define SCK_PIN 52 // system defined J3-9 & AUX-3
|
||||||
//#define SS_PIN 53 // system defined J3-5 & AUX-3 - sometimes called SDSS
|
//#define SS_PIN 53 // system defined J3-5 & AUX-3 - sometimes called SDSS
|
||||||
|
|
||||||
|
|
||||||
#if ENABLED(MINIPANEL)
|
#if ENABLED(MINIPANEL)
|
||||||
// GLCD features
|
// GLCD features
|
||||||
//#define LCD_CONTRAST 190
|
//#define LCD_CONTRAST 190
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
* Teensy 3.5 (MK64FX512) and Teensy 3.6 (MK66FX1M0) Breadboard pin assignments
|
* Teensy 3.5 (MK64FX512) and Teensy 3.6 (MK66FX1M0) Breadboard pin assignments
|
||||||
* Requires the Teensyduino software with Teensy 3.5 or Teensy 3.6 selected in Arduino IDE!
|
* Requires the Teensyduino software with Teensy 3.5 or Teensy 3.6 selected in Arduino IDE!
|
||||||
* http://www.pjrc.com/teensy/teensyduino.html
|
* http://www.pjrc.com/teensy/teensyduino.html
|
||||||
*
|
*
|
||||||
****************************************************************************************/
|
****************************************************************************************/
|
||||||
#if MOTHERBOARD == 841 // BOARD_TEENSY35_36
|
#if MOTHERBOARD == 841 // BOARD_TEENSY35_36
|
||||||
#define KNOWN_BOARD 1
|
#define KNOWN_BOARD 1
|
||||||
@ -21,7 +21,7 @@
|
|||||||
#define LARGE_FLASH true
|
#define LARGE_FLASH true
|
||||||
#define USBCON //1286 // Disable MarlinSerial etc.
|
#define USBCON //1286 // Disable MarlinSerial etc.
|
||||||
|
|
||||||
/*
|
/*
|
||||||
teemuatlut plan for Teensy3.5 and Teensy3.6:
|
teemuatlut plan for Teensy3.5 and Teensy3.6:
|
||||||
|
|
||||||
USB
|
USB
|
||||||
@ -109,22 +109,22 @@ D8 HEATER_BED_PIN CS1 RX4 A12 31 | 46 * * 47 | 34 A15 PWM
|
|||||||
#define SOL1_PIN 28
|
#define SOL1_PIN 28
|
||||||
|
|
||||||
#ifndef SDSUPPORT
|
#ifndef SDSUPPORT
|
||||||
// these pins are defined in the SD library if building with SD support
|
// these are defined in the SD library if building with SD support
|
||||||
#define SCK_PIN 13
|
#define SCK_PIN 13
|
||||||
#define MISO_PIN 12
|
#define MISO_PIN 12
|
||||||
#define MOSI_PIN 11
|
#define MOSI_PIN 11
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef ULTRA_LCD
|
#ifdef ULTRA_LCD
|
||||||
#define LCD_PINS_RS 40
|
#define LCD_PINS_RS 40
|
||||||
#define LCD_PINS_ENABLE 41
|
#define LCD_PINS_ENABLE 41
|
||||||
#define LCD_PINS_D4 42
|
#define LCD_PINS_D4 42
|
||||||
#define LCD_PINS_D5 43
|
#define LCD_PINS_D5 43
|
||||||
#define LCD_PINS_D6 44
|
#define LCD_PINS_D6 44
|
||||||
#define LCD_PINS_D7 45
|
#define LCD_PINS_D7 45
|
||||||
#define BTN_EN1 46
|
#define BTN_EN1 46
|
||||||
#define BTN_EN2 47
|
#define BTN_EN2 47
|
||||||
#define BTN_ENC 48
|
#define BTN_ENC 48
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // MOTHERBOARD == 841 (Teensy3.5 and Teensy3.6)
|
#endif // MOTHERBOARD == 841 (Teensy3.5 and Teensy3.6)
|
||||||
|
Loading…
Reference in New Issue
Block a user