Fix Trigorilla 1.4 limit switches

See #16612
2.0.x
Scott Lahteine 5 years ago
parent 56cd747c8b
commit 2325bede8a

@ -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

Loading…
Cancel
Save