瀏覽代碼

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

Jason Smith 4 年之前
父節點
當前提交
5b3d968634
No account linked to committer's email address
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6
    3
      Marlin/src/pins/ramps/pins_TRIGORILLA_14.h

+ 6
- 3
Marlin/src/pins/ramps/pins_TRIGORILLA_14.h 查看文件

@@ -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

Loading…
取消
儲存