Format some pins files

This commit is contained in:
Scott Lahteine 2020-03-21 21:13:19 -05:00 committed by Scott Lahteine
parent 9340a33980
commit 2c325c2a7d
174 changed files with 9635 additions and 9668 deletions

View file

@ -52,7 +52,6 @@
#define Z_MIN_PIN P1_28 // 10k pullup to 3.3V, 1K series
#define Z_MAX_PIN P1_29 // 10k pullup to 3.3V, 1K series
//
// Steppers
//
@ -72,7 +71,6 @@
#define E0_DIR_PIN P0_22
#define E0_ENABLE_PIN P0_21
//
// Temperature Sensors
// 3.3V max when defined as an analog input
@ -80,7 +78,6 @@
#define TEMP_0_PIN P0_23_A0 // A0 (T0)
#define TEMP_BED_PIN P0_24_A1 // A1 (T1)
//
// Heaters / Fans
//
@ -129,7 +126,6 @@
#endif // HAS_SPI_LCD
/**
* SD Card Reader
*
@ -146,7 +142,6 @@
#endif // SDSUPPORT
/**
* PWMS
*

View file

@ -172,7 +172,6 @@
#define E0_ENABLE_PIN -1
#endif
#if AXIS_DRIVER_TYPE_E1(TMC2130)
#define E1_CS_PIN P0_10
#undef E1_ENABLE_PIN

View file

@ -85,7 +85,6 @@
#define TEMP_0_PIN P0_24_A1 // A1 (TH2)
#define TEMP_1_PIN P0_25_A2 // A2 (TH3)
//
// Heaters / Fans
//

View file

@ -99,7 +99,6 @@
#define TEMP_0_PIN P0_24_A1 // A1 (TH2)
#define TEMP_1_PIN P0_25_A2 // A2 (TH3)
//
// Heaters / Fans
//

View file

@ -96,7 +96,6 @@
#define CASE_LIGHT_PIN 44 // Hardware PWM
// This board has headers for Z-min, Z-max and IND_S_5V *but* as the bq team
// decided to ship the printer only with the probe and no additional Z-min
// endstop and the instruction manual advises the user to connect the probe to

View file

@ -117,8 +117,6 @@
#define MAX6675_SS_PIN 66 // Don't use 49 (SD_DETECT_PIN)
#endif
//
// Heaters / Fans
//

View file

@ -59,7 +59,6 @@
#define SERVO0_PIN 20 // D20 PB12 (Header J20 20)
#define SERVO1_PIN 21 // D21 PB13 (Header J20 19)
//
// Limit Switches
//
@ -84,7 +83,6 @@
#define FIL_RUNOUT2_PIN 67 // D67 PB16 (Header J20 16)
#endif
//
// Steppers
//

View file

@ -50,7 +50,6 @@
*
*/
#if !defined(__AVR_ATmega644P__) && !defined(__AVR_ATmega1284P__)
#error "Oops! Select 'Sanguino' in 'Tools > Boards' and 'ATmega644P' or 'ATmega1284P' in 'Tools > Processor.'"
#endif

View file

@ -74,7 +74,6 @@
#define Y_MAX_PIN 2
#define X_MAX_PIN 6
//
// Z Probe (when not Z_MIN_PIN)
//

View file

@ -71,8 +71,6 @@
#define E0_DIR_PIN PB5
#define E0_ENABLE_PIN PB8
#define E1_STEP_PIN -1
#define E1_DIR_PIN -1
#define E1_ENABLE_PIN -1

View file

@ -200,7 +200,6 @@
#define SDSS PB12
#endif
/**
* _____ _____
* NC | · · | GND 5V | · · | GND
@ -234,7 +233,6 @@
#undef ST7920_DELAY_2
#undef ST7920_DELAY_3
#else
#define LCD_PINS_RS PD10

View file

@ -226,7 +226,6 @@
#endif
//
// LCD / Controller
//

View file

@ -150,7 +150,6 @@
//#define SERVO0_PIN PE13
//#define SERVO1_PIN PE14
#define SDSS PE7
#define SS_PIN PE7
#define LED_PIN PB7 //Alive

View file

@ -77,7 +77,6 @@
#define E1_DIR_PIN PA15
#define E1_ENABLE_PIN PD6
//
// Temperature Sensors
//

View file

@ -215,7 +215,6 @@
// 7 // PE11 WIFI_RESET
// 8 // PE12 WIFI_BOOT
// I2C USER
// 14 // PB7 SDA
// 15 // PB6 SCL
@ -265,16 +264,13 @@
// USERKET
// 38 // PE7 USER_BUTTON
// 0 // PA9 TX
// 1 // PA10 RX
// IR/PROBE
// 32 // PD1 IR_OUT
// 33 // PC1 IR_ON
/**
* Logical pin vs. port/pin cross reference
*

View file

@ -65,7 +65,6 @@
#define X_DIR_PIN PC7
#define X_ENABLE_PIN PC8
#define Y_STEP_PIN PD9
#define Y_DIR_PIN PD10
#define Y_ENABLE_PIN PD11
@ -74,17 +73,14 @@
#define Z_DIR_PIN PG1
#define Z_ENABLE_PIN PD8
#define E0_STEP_PIN PB1
#define E0_DIR_PIN PB2
#define E0_ENABLE_PIN PE11
#define E1_STEP_PIN PC4
#define E1_DIR_PIN PC5
#define E1_ENABLE_PIN PB0
#define E2_STEP_PIN PC13
#define E2_DIR_PIN PC14
#define E2_ENABLE_PIN PC15
@ -93,7 +89,6 @@
#define Z2_DIR_PIN PC14
#define Z2_ENABLE_PIN PC15
#define SCK_PIN PA5
#define MISO_PIN PA6
#define MOSI_PIN PA7
@ -156,7 +151,6 @@
#define SERVO0_PIN PE13
#define SERVO1_PIN PE14
#define SDSS PA8
#define SS_PIN PA8
#define LED_PIN PA2 // Alive

View file

@ -87,7 +87,6 @@
//#define Z_STOP_PIN 27 // B7
//#define E_STOP_PIN 36 // E4
//
// Limit Switch definitions that match the SILKSCREEN
//