Skip to content

Commit d66f4ba

Browse files
ellenspthinkyhead
authored andcommitted
🩹 Fix Chitu3D V6 default probe pin (MarlinFirmware#25552)
1 parent 26cb2d5 commit d66f4ba

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

Marlin/src/pins/stm32f1/pins_CHITU3D_V6.h

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,55 @@
3333
#define FIL_RUNOUT2_PIN PF13
3434
#endif
3535

36+
#ifndef Z_MIN_PROBE_PIN
37+
#define Z_MIN_PROBE_PIN PG9
38+
#endif
39+
3640
#include "pins_CHITU3D_common.h"
41+
42+
/*
43+
* Circuit diagram https://github.com/MarlinFirmware/Marlin/files/3401484/x5sa-main_board-2.pdf
44+
*
45+
* Details on the 30 pin ribbon pins. From: https://3dtoday.ru/blogs/artem-sr/tronxy-x5sa-pro-ustanovka-bfp-touch-na-board-chitu3d-v6-cxy-v6-191017
46+
*
47+
* JP2 Ribbon 30 on CXY-V6-191017
48+
* ----------------------------------------------
49+
* | 2 4 6 8 10 12 14 16 18 20 22 24 26 28 30|
50+
* | 1 3 5 7 9 11 13 15 17 19 21 23 25 27 29|
51+
* ---------------------- ----------------------
52+
*
53+
* --------------------------------------------------------------------------------------
54+
* | Pin | Label | Function & Notes |
55+
* --------------------------------------------------------------------------------------
56+
* | 1 | Hotend | Hotend driver Q6 HY1403 via MCU Pin127 PG12 |
57+
* | 2 | Hotend | Hotend driver Q6 HY1403 via MCU Pin127 PG12 |
58+
* | 3 | Hotend | Hotend driver Q6 HY1403 via MCU Pin127 PG12 |
59+
* | 4 | Hotend | Hotend driver Q6 HY1403 via MCU Pin127 PG12 |
60+
* | 5 | +24v | Hotend +24v |
61+
* | 6 | +24v | Hotend +24v |
62+
* | 7 | +24v | Hotend +24v |
63+
* | 8 | +24v | Hotend +24v |
64+
* | 9 | F_2 | Extruder Fan2 driver Q8 AO3400A X07S via MCU Pin129 PG14 |
65+
* | 10 | +24v | Extruder cooling Fan2 +24v |
66+
* | 11 | F_1 | Part Fan1 driver Q7 AO3400A X07S via MCU Pin128 PG13 |
67+
* | 12 | +24v | Part cooling Fanl +24v |
68+
* | 13 | 1B | X-MOTOR Winding Drive |
69+
* | 14 | 1A | X-MOTOR Winding Drive |
70+
* | 15 | 2B | X-MOTOR Winding Drive |
71+
* | 16 | 2A | X-MOTOR Winding Drive |
72+
* | 17 | lA | El-Motor Winding Drive |
73+
* | 18 | 1B | El-Motor Winding Drive |
74+
* | 19 | 2B | El-Motor Winding Drive |
75+
* | 20 | 2A | El-Motor Winding Drive |
76+
* | 21 | PROXIMITY | 10kΩ Pullup to +5V and 100nF to GND, then 20kΩ to MCU Pin124 PG9 |
77+
* | 22 | +24v | Proximity sensor +24v |
78+
* | 23 | +5V | Filament sensor +5V XSTOP sensor +5V |
79+
* | 24 | GND | Proximity sensor GND |
80+
* | 25 | FILAMENT1 | 10kΩ Pullup to +5V and 100nF to GND, then 47kΩ to MCU Pin110 PA15|
81+
* | 26 | GND | Filament Sensor GND |
82+
* | 27 | XSTOP | 10kΩ Pullup to +5V and 100nF to GND, then 47kΩ to MCU Pin125 PG10|
83+
* | 28 | GND | XSTOP sensor GND |
84+
* | 29 | GND | Extruder temperature NTC sensor return GND |
85+
* | 30 | ETEMP | 4k7Ω Pullup to +3V3 and 100nF to GND, then 4k7Ω to MCU Pin35 PA1 |
86+
* --------------------------------------------------------------------------------------
87+
*/

0 commit comments

Comments
 (0)