Tweaks to pins_GT2560_V3.h

This commit is contained in:
Scott Lahteine 2019-02-04 22:52:41 -06:00
parent b96cc30cd0
commit 870757aa17

View file

@ -47,6 +47,13 @@
#define Z_MIN_PIN 30 #define Z_MIN_PIN 30
#define Z_MAX_PIN 32 #define Z_MAX_PIN 32
//
// Z Probe (when not Z_MIN_PIN)
//
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN 32
#endif
// //
// Runout Sensor // Runout Sensor
// //
@ -63,13 +70,6 @@
#define POWER_LOSS_PIN 69 // Pin to detect power loss #define POWER_LOSS_PIN 69 // Pin to detect power loss
#define POWER_LOSS_STATE LOW #define POWER_LOSS_STATE LOW
//
// Z Probe (when not Z_MIN_PIN)
//
#ifndef Z_MIN_PROBE_PIN
#define Z_MIN_PROBE_PIN 32
#endif
// //
// Steppers // Steppers
// //
@ -109,9 +109,8 @@
#define HEATER_2_PIN 1 #define HEATER_2_PIN 1
#define HEATER_BED_PIN 4 #define HEATER_BED_PIN 4
#define FAN_PIN 9 #define FAN_PIN 9
//#define FAN1_PIN 8 //#define FAN1_PIN 8
//#define FAN2_PIN 7 //#define FAN2_PIN 7
// //
// Misc. Functions // Misc. Functions
@ -120,11 +119,10 @@
#define SDSS 53 #define SDSS 53
#define LED_PIN 6 #define LED_PIN 6
#define PS_ON_PIN 12 #define PS_ON_PIN 12
#define SUICIDE_PIN 54 //PIN that has to be turned on right after start, to keep power flowing. #define SUICIDE_PIN 54 // This pin must be enabled at boot to keep power flowing
#ifndef CASE_LIGHT_PIN #ifndef CASE_LIGHT_PIN
//#define CASE_LIGHT_PIN 21 #define CASE_LIGHT_PIN 6 // 21
#define CASE_LIGHT_PIN 6
#endif #endif
// //