Skip to content

Commit c3f34e4

Browse files
committed
🔧 Move FIL_RUNOUT_PIN for Chiron + GLCD
1 parent cbe796e commit c3f34e4

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

Marlin/src/pins/ramps/pins_TRIGORILLA_14.h

+24-10
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,23 @@
5353
#define E0_AUTO_FAN_PIN FAN2_PIN
5454
#endif
5555

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+
5673
//
5774
// AnyCubic pin mappings
5875
//
@@ -61,9 +78,6 @@
6178
// - TRIGORILLA_MAPPING_I3MEGA
6279
//
6380

64-
//
65-
// Limit Switches
66-
//
6781
//#define ANYCUBIC_4_MAX_PRO_ENDSTOPS
6882
#if ENABLED(ANYCUBIC_4_MAX_PRO_ENDSTOPS)
6983
#define X_MAX_PIN 43
@@ -75,7 +89,7 @@
7589
#define Z2_MIN_PIN 18 // Z-
7690

7791
#ifndef Z_MIN_PROBE_PIN
78-
#define Z_MIN_PROBE_PIN 2
92+
#define Z_MIN_PROBE_PIN 2 // X+
7993
#endif
8094

8195
#define CONTROLLER_FAN_PIN FAN1_PIN
@@ -86,14 +100,14 @@
86100
#endif
87101

88102
#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
91105
#endif
92106
#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+
97111
#endif
98112

99113
#if EITHER(TRIGORILLA_MAPPING_CHIRON, SWAP_Z_MOTORS)

0 commit comments

Comments
 (0)