Browse Source

Fix Trigorilla 1.4 limit switches

See #16612
pull/1/head
Scott Lahteine 4 years ago
parent
commit
2325bede8a
  1. 6
      Marlin/src/pins/ramps/pins_TRIGORILLA_14.h

6
Marlin/src/pins/ramps/pins_TRIGORILLA_14.h

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