Fix Trigorilla 1.4 limit switches

See #16612
This commit is contained in:
Scott Lahteine 2020-01-26 21:08:44 -06:00
parent 56cd747c8b
commit 2325bede8a

View File

@ -37,6 +37,12 @@
#define SERVO3_PIN 6
#endif
//
// Limit Switches
//
#define X_MAX_PIN 43
#define Y_MIN_PIN 19
// Labeled pins
#define TRIGORILLA_HEATER_BED_PIN 8
#define TRIGORILLA_HEATER_0_PIN 10