Skip to content

Commit

Permalink
Fix Trigorilla 1.4 limit switches
Browse files Browse the repository at this point in the history
See #16612
  • Loading branch information
thinkyhead committed Jan 27, 2020
1 parent 56cd747 commit 2325bed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Marlin/src/pins/ramps/pins_TRIGORILLA_14.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2325bed

Please sign in to comment.