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

@@ -84,55 +84,55 @@
//
// Limit Switches
//
#define X_STOP_PIN 45 // F7
#define Y_STOP_PIN 12 // C2
#define Z_STOP_PIN 36 // E4
#define X_STOP_PIN 45 // F7
#define Y_STOP_PIN 12 // C2
#define Z_STOP_PIN 36 // E4
//
// Z Probe (when not Z_MIN_PIN)
//
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN 11 // C1
#define Z_MIN_PROBE_PIN 11 // C1
#endif
//
// Steppers
//
#define X_STEP_PIN 9 // E1
#define X_DIR_PIN 8 // E0
#define X_ENABLE_PIN 23 // B3
#define X_STEP_PIN 9 // E1
#define X_DIR_PIN 8 // E0
#define X_ENABLE_PIN 23 // B3
#define Y_STEP_PIN 7 // D7
#define Y_DIR_PIN 6 // D6
#define Y_ENABLE_PIN 20 // B0
#define Y_STEP_PIN 7 // D7
#define Y_DIR_PIN 6 // D6
#define Y_ENABLE_PIN 20 // B0
#define Z_STEP_PIN 5 // D5
#define Z_DIR_PIN 4 // D4
#define Z_ENABLE_PIN 37 // E5
#define Z_STEP_PIN 5 // D5
#define Z_DIR_PIN 4 // D4
#define Z_ENABLE_PIN 37 // E5
#define E0_STEP_PIN 47 // E3
#define E0_DIR_PIN 46 // E2
#define E0_ENABLE_PIN 25 // B5
#define E0_STEP_PIN 47 // E3
#define E0_DIR_PIN 46 // E2
#define E0_ENABLE_PIN 25 // B5
//
// Temperature Sensors
//
#define TEMP_0_PIN 2 // F2 Analog Input
#define TEMP_1_PIN 1 // F1 Analog Input
#define TEMP_BED_PIN 0 // F0 Analog Input
#define TEMP_0_PIN 2 // F2 Analog Input
#define TEMP_1_PIN 1 // F1 Analog Input
#define TEMP_BED_PIN 0 // F0 Analog Input
//
// Heaters / Fans
//
#define HEATER_0_PIN 27 // B7
#define HEATER_BED_PIN 26 // B6 Bed
#define HEATER_0_PIN 27 // B7
#define HEATER_BED_PIN 26 // B6 Bed
#ifndef FAN_PIN
#define FAN_PIN 16 // C6 Fan, PWM3A
#define FAN_PIN 16 // C6 Fan, PWM3A
#endif
//
// Misc. Functions
//
#define SDSS 20 // B0
#define SD_DETECT_PIN 24 // B4
#define LED_PIN 13 // C3
#define SDSS 20 // B0
#define SD_DETECT_PIN 24 // B4
#define LED_PIN 13 // C3