Browse Source

Option for Trigorilla 1.4 with add-on endstops board (#16737)

pull/1/head
Jason Smith 4 years ago
committed by GitHub
parent
commit
5b3d968634
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 9
      Marlin/src/pins/ramps/pins_TRIGORILLA_14.h

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

@ -38,10 +38,13 @@
#endif
//
// Limit Switches
// Custom Limit Switches
//
#define X_MAX_PIN 43
#define Y_MIN_PIN 19
//#define ANYCUBIC_4_MAX_PRO_ENDSTOPS
#if ENABLED(ANYCUBIC_4_MAX_PRO_ENDSTOPS)
#define X_MAX_PIN 43
#define Y_MIN_PIN 19
#endif
// Labeled pins
#define TRIGORILLA_HEATER_BED_PIN 8

Loading…
Cancel
Save