浏览代码

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

Jason Smith 4 年前
父节点
当前提交
5b3d968634
没有帐户链接到提交者的电子邮件
共有 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

正在加载...
取消
保存