Keep "astyled" elements in pins files
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
#define SDSS 20
|
||||
|
||||
#if DISABLED(SDSUPPORT)
|
||||
// these pins are defined in the SD library if building with SD support
|
||||
// these pins are defined in the SD library if building with SD support
|
||||
#define SCK_PIN 9
|
||||
#define MISO_PIN 11
|
||||
#define MOSI_PIN 10
|
||||
|
@@ -18,7 +18,7 @@
|
||||
//MIN endstops soldered onto the board. Delta code wants the homing endstops to be
|
||||
//the MAX so I swapped them here.
|
||||
//
|
||||
#if ENABLED(DELTA)
|
||||
#if ENABLED(DELTA)
|
||||
#undef X_MIN_PIN
|
||||
#undef X_MAX_PIN
|
||||
#undef Y_MIN_PIN
|
||||
@@ -32,14 +32,14 @@
|
||||
#define Y_MAX_PIN 14
|
||||
#define Z_MIN_PIN 19
|
||||
#define Z_MAX_PIN 18
|
||||
#endif
|
||||
#endif
|
||||
//
|
||||
#if ENABLED(Z_MIN_PROBE_ENDSTOP)
|
||||
//#undef Z_MIN_PIN
|
||||
//#define Z_MIN_PIN 15
|
||||
#if ENABLED(Z_MIN_PROBE_ENDSTOP)
|
||||
//#undef Z_MIN_PIN
|
||||
//#define Z_MIN_PIN 15
|
||||
// Define a pin to use as the signal pin on Arduino for the Z probe endstop.
|
||||
#define Z_MIN_PROBE_PIN 19
|
||||
#endif
|
||||
#endif
|
||||
//
|
||||
#define E2_STEP_PIN 23
|
||||
#define E2_DIR_PIN 25
|
||||
@@ -81,7 +81,7 @@
|
||||
|
||||
//LCD Pins//
|
||||
|
||||
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
|
||||
#if ENABLED(VIKI2) || ENABLED(miniVIKI)
|
||||
#define BEEPER_PIN 33
|
||||
// Pins for DOGM SPI LCD Support
|
||||
#define DOGLCD_A0 44
|
||||
@@ -97,9 +97,9 @@
|
||||
#define SD_DETECT_PIN 49
|
||||
|
||||
#define KILL_PIN 31
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if ENABLED(TEMP_STAT_LEDS)
|
||||
#if ENABLED(TEMP_STAT_LEDS)
|
||||
#define STAT_LED_RED 32
|
||||
#define STAT_LED_BLUE 35
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -57,7 +57,7 @@
|
||||
#define SD_DETECT_PIN 12
|
||||
|
||||
#if DISABLED(SDSUPPORT)
|
||||
// these pins are defined in the SD library if building with SD support
|
||||
// these pins are defined in the SD library if building with SD support
|
||||
#define SCK_PIN 21
|
||||
#define MISO_PIN 23
|
||||
#define MOSI_PIN 22
|
||||
|
@@ -94,7 +94,7 @@
|
||||
#define ALARM_PIN -1
|
||||
|
||||
#if DISABLED(SDSUPPORT)
|
||||
// these pins are defined in the SD library if building with SD support
|
||||
// these pins are defined in the SD library if building with SD support
|
||||
#define SCK_PIN 21 // 9
|
||||
#define MISO_PIN 23 // 11
|
||||
#define MOSI_PIN 22 // 10
|
||||
|
@@ -61,7 +61,7 @@
|
||||
#define ALARM_PIN -1
|
||||
|
||||
#if DISABLED(SDSUPPORT)
|
||||
// these pins are defined in the SD library if building with SD support
|
||||
// these pins are defined in the SD library if building with SD support
|
||||
#define SCK_PIN 9
|
||||
#define MISO_PIN 11
|
||||
#define MOSI_PIN 10
|
||||
|
Reference in New Issue
Block a user