Changes for 3DTouch Auto Leveling Sensor

This commit is contained in:
2019-03-18 00:27:45 +01:00
parent 5775046b39
commit b5702ff767
2 changed files with 17 additions and 13 deletions

4
pins.h
View File

@@ -1370,7 +1370,7 @@
#define Z_STEP_PIN 37
#define Z_DIR_PIN 39
#define Z_MIN_PIN 30
#define Z_MAX_PIN 32
#define Z_MAX_PIN -1// 32 @FeSt
#define Z_ENABLE_PIN 35
#define HEATER_BED_PIN 4
@@ -1400,7 +1400,7 @@
#define PS_ON_PIN 12
#define KILL_PIN -1
#define SUICIDE_PIN 54 //PIN that has to be turned on right after start, to keep power flowing.
#define SERVO0_PIN 13 // untested
#define SERVO0_PIN 32 // @FeSt
#ifdef ULTRA_LCD