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

@@ -35,48 +35,48 @@
//
// Limit Switches
//
#define X_STOP_PIN 44
#define Y_STOP_PIN 43
#define Z_STOP_PIN 42
#define X_STOP_PIN 44
#define Y_STOP_PIN 43
#define Z_STOP_PIN 42
//
// Steppers
//
#define X_STEP_PIN 76
#define X_DIR_PIN 75
#define X_ENABLE_PIN 73
#define X_STEP_PIN 76
#define X_DIR_PIN 75
#define X_ENABLE_PIN 73
#define Y_STEP_PIN 31
#define Y_DIR_PIN 32
#define Y_ENABLE_PIN 72
#define Y_STEP_PIN 31
#define Y_DIR_PIN 32
#define Y_ENABLE_PIN 72
#define Z_STEP_PIN 34
#define Z_DIR_PIN 35
#define Z_ENABLE_PIN 33
#define Z_STEP_PIN 34
#define Z_DIR_PIN 35
#define Z_ENABLE_PIN 33
#define E0_STEP_PIN 36
#define E0_DIR_PIN 37
#define E0_ENABLE_PIN 30
#define E0_STEP_PIN 36
#define E0_DIR_PIN 37
#define E0_ENABLE_PIN 30
//
// Temperature Sensors
//
#define TEMP_0_PIN 0 // Analog Input
#define TEMP_BED_PIN 1 // Analog Input
#define TEMP_0_PIN 0 // Analog Input
#define TEMP_BED_PIN 1 // Analog Input
//
// Heaters / Fans
//
#define HEATER_0_PIN 83
#define HEATER_BED_PIN 38
#define HEATER_0_PIN 83
#define HEATER_BED_PIN 38
#define FAN_PIN 82
#define FAN_PIN 82
//
// Misc. Functions
//
#define SDSS 53
#define LED_PIN 4
#define SDSS 53
#define LED_PIN 4
//////////////////////////
// LCDs and Controllers //
@@ -90,24 +90,24 @@
// u8glib constructor
// U8GLIB_SH1106_128X64 u8g(DOGLCD_SCK, DOGLCD_MOSI, DOGLCD_CS, LCD_PINS_DC, LCD_PINS_RS);
#define LCD_PINS_DC 78
#define LCD_PINS_RS 79
#define LCD_PINS_DC 78
#define LCD_PINS_RS 79
// DOGM SPI LCD Support
#define DOGLCD_CS 3
#define DOGLCD_MOSI 2
#define DOGLCD_SCK 5
#define DOGLCD_A0 2
#define DOGLCD_CS 3
#define DOGLCD_MOSI 2
#define DOGLCD_SCK 5
#define DOGLCD_A0 2
//
// LCD Display input pins
//
#define BTN_UP 25
#define BTN_DWN 26
#define BTN_LFT 27
#define BTN_RT 28
#define BTN_UP 25
#define BTN_DWN 26
#define BTN_LFT 27
#define BTN_RT 28
// 'OK' button
#define BTN_ENC 29
#define BTN_ENC 29
// Set Kill to right arrow, same as RIGID_PANEL
#define KILL_PIN 28
#define KILL_PIN 28