Browse Source

Fix Trigorilla 1.4 limit switches

See #16612
Scott Lahteine 5 years ago
parent
commit
2325bede8a
1 changed files with 6 additions and 0 deletions
  1. 6
    0
      Marlin/src/pins/ramps/pins_TRIGORILLA_14.h

+ 6
- 0
Marlin/src/pins/ramps/pins_TRIGORILLA_14.h View File

@@ -37,6 +37,12 @@
37 37
   #define SERVO3_PIN        6
38 38
 #endif
39 39
 
40
+//
41
+// Limit Switches
42
+//
43
+#define X_MAX_PIN          43
44
+#define Y_MIN_PIN          19
45
+
40 46
 // Labeled pins
41 47
 #define TRIGORILLA_HEATER_BED_PIN  8
42 48
 #define TRIGORILLA_HEATER_0_PIN   10

Loading…
Cancel
Save