Przeglądaj źródła

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

Jason Smith 4 lat temu
rodzic
commit
5b3d968634
No account linked to committer's email address
1 zmienionych plików z 6 dodań i 3 usunięć
  1. 6
    3
      Marlin/src/pins/ramps/pins_TRIGORILLA_14.h

+ 6
- 3
Marlin/src/pins/ramps/pins_TRIGORILLA_14.h Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz