Skip to content

Commit

Permalink
Option for Trigorilla 1.4 with add-on endstops board (#16737)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjasonsmith authored Feb 1, 2020
1 parent 300b81b commit 5b3d968
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Marlin/src/pins/ramps/pins_TRIGORILLA_14.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b3d968

Please sign in to comment.