소스 검색
Option for Trigorilla 1.4 with add-on endstops board (#16737)
Jason Smith
4 년 전
No account linked to committer's email address
|
@@ -38,10 +38,13 @@
|
38
|
38
|
#endif
|
39
|
39
|
|
40
|
40
|
//
|
41
|
|
-// Limit Switches
|
|
41
|
+// Custom Limit Switches
|
42
|
42
|
//
|
43
|
|
-#define X_MAX_PIN 43
|
44
|
|
-#define Y_MIN_PIN 19
|
|
43
|
+//#define ANYCUBIC_4_MAX_PRO_ENDSTOPS
|
|
44
|
+#if ENABLED(ANYCUBIC_4_MAX_PRO_ENDSTOPS)
|
|
45
|
+ #define X_MAX_PIN 43
|
|
46
|
+ #define Y_MIN_PIN 19
|
|
47
|
+#endif
|
45
|
48
|
|
46
|
49
|
// Labeled pins
|
47
|
50
|
#define TRIGORILLA_HEATER_BED_PIN 8
|