File tree 1 file changed +24
-10
lines changed
1 file changed +24
-10
lines changed Original file line number Diff line number Diff line change 53
53
#define E0_AUTO_FAN_PIN FAN2_PIN
54
54
#endif
55
55
56
+ /**
57
+ * Trigorilla Plugs (oriented with stepper plugs at the top)
58
+ *
59
+ * AUX : D42 GND 5V (Chiron Y-STOP)
60
+ * D43 GND 5V (Chiron Z-STOP)
61
+ *
62
+ * UART3 : GND D15 D14 5V
63
+ * (RX3 TX3)
64
+ *
65
+ * IIC : 12V GND D21 D20 GND 5V
66
+ * (SCL SDA)
67
+ *
68
+ * END STOPS : D19 D18 D15 D14 D2 D3
69
+ * GND GND GND GND GND GND
70
+ * 5V 5V 5V 5V 5V 5V
71
+ */
72
+
56
73
//
57
74
// AnyCubic pin mappings
58
75
//
61
78
// - TRIGORILLA_MAPPING_I3MEGA
62
79
//
63
80
64
- //
65
- // Limit Switches
66
- //
67
81
//#define ANYCUBIC_4_MAX_PRO_ENDSTOPS
68
82
#if ENABLED (ANYCUBIC_4_MAX_PRO_ENDSTOPS )
69
83
#define X_MAX_PIN 43
75
89
#define Z2_MIN_PIN 18 // Z-
76
90
77
91
#ifndef Z_MIN_PROBE_PIN
78
- #define Z_MIN_PROBE_PIN 2
92
+ #define Z_MIN_PROBE_PIN 2 // X+
79
93
#endif
80
94
81
95
#define CONTROLLER_FAN_PIN FAN1_PIN
86
100
#endif
87
101
88
102
#if ENABLED (TRIGORILLA_MAPPING_CHIRON )
89
- #ifndef FIL_RUNOUT_PIN
90
- #define FIL_RUNOUT_PIN 33
103
+ #if ENABLED ( ANYCUBIC_LCD_CHIRON ) && !defined( FIL_RUNOUT_PIN )
104
+ #define FIL_RUNOUT_PIN 33 // Chiron LCD Adapter only
91
105
#endif
92
106
#define HEATER_BED_PIN MOSFET_B_PIN // HEATER1
93
- #else
94
- #ifndef FIL_RUNOUT_PIN
95
- #define FIL_RUNOUT_PIN 19
96
- #endif
107
+ #endif
108
+
109
+ #ifndef FIL_RUNOUT_PIN
110
+ #define FIL_RUNOUT_PIN 19 // Z+
97
111
#endif
98
112
99
113
#if EITHER (TRIGORILLA_MAPPING_CHIRON , SWAP_Z_MOTORS )
You can’t perform that action at this time.
0 commit comments