Composite Connectors, Part 2
Disclaimer
- Recommendations are not universal; they are starting points to begin your own efforts.
- No information here replaces the advice of a professional.
- Document, label, and test your wiring harnesses!
- Test your crimps!
Reading Entries
Name
: an abbreviation for what the pin does. This is for identification only.Pin #
: order of the pin in the connector.Color
: optional color-coding for the wire insulation.- Colors are solely to help visual identification.
- Colors do not always match the wire colors that usually tail a component; this is meant to maintain internal consistency.
See the tips page for details.
This is a more complicated example of an enclosed Ender 5. It has the following differences from the previous example:
- Direct drive (MOTE is in the toolhead bundle)
- BLTouch (ABL)
- 3-pin RGB toolhead lights (RGBH)
- Enclosure thermistor (TC)
- 2-pin enclosure fans (FC1, FC2)
- 2-pin enclosure LED lights (LGTC)
X Limit Switch and Stepper
flowchart BT
subgraph Panel
X{{"Motion #1\n6P"}}
end
subgraph MCU
LIMX("LIMX\n2P")
MOTX("MOTX\n4P")
end
LIMX --- X
MOTX --- X
Pin # | Name | Color | Color | Name | Pin # |
---|---|---|---|---|---|
1 | LIMX SIG | Y | W | LIMX GND | 4 |
2 | MOTX 1A | R | G | MOTX 2A | 5 |
3 | MOTX 1B | B | K | MOTX 2B | 6 |
Y, Z, Bed, and Lights
flowchart BT
subgraph Panel
direction LR
Y{{"Motion #2\n16P"}}
end
subgraph MCU
direction LR
LIMY("LIMY\n2P")
LIMZ("LIMZ\n2P")
MOTY("MOTY\n4P")
MOTZ("MOTZ\n4P")
TB("TB\n2P")
LGTC("LGTC\n2P")
end
TB --- Y
LIMY --- Y
LIMZ --- Y
MOTY --- Y
MOTZ --- Y
LGTC --- Y
Pin # | Name | Color | Color | Name | Pin # |
---|---|---|---|---|---|
1 | TB SIG | Y | W | TB GND | 9 |
2 | LIMY SIG | Y | W | LIMY GND | 10 |
3 | LIMZ SIG | Y | W | LIMZ GND | 11 |
4 | MOTY 1A | R | G | MOTY 2A | 12 |
5 | MOTY 1B | B | K | MOTY 2B | 13 |
6 | MOTZ 1A | R | G | MOTZ 2A | 14 |
7 | MOTZ 1B | B | K | MOTZ 2B | 15 |
8 | LGTC VIN | R | K | LGTC GND | 16 |
Toolhead
flowchart BT
subgraph Panel
direction LR
T{{"Toolhead\n20P"}}
end
subgraph MCU
direction LR
HOT("HOT\n2P")
RGB("RGB\n3P")
TH("TH\n2P")
FH1("FH1\n2P")
FH2("FH2\n2P")
ABL("ABL \n5P")
MOTE("MOTE\n4P")
end
HOT --- T
TH --- T
FH1 --- T
FH2 --- T
ABL --- T
MOTE --- T
RGB --- T
Pin # | Name | Color | Color | Name | Pin # |
---|---|---|---|---|---|
1 | HOT VIN | R | K | HOT GND | 11 |
2 | FH1 VIN | R | K | FH1 GND | 12 |
3 | FH2 VIN | R | K | FH2 GND | 13 |
4 | MOTE 1A | R | G | MOTE 2A | 14 |
5 | MOTE 1B | B | K | MOTE 2B | 15 |
6 | RGBH VIN | R | Y | RGBH SIG | 16 |
7 | RGBH GND | K | W | ABL GND | 17 |
8 | ABL SIG | Y | G | ABL PWM | 18 |
9 | ABL GND | K | B | ABL VIN | 19 |
10 | TH SIG | Y | W | TH GND | 20 |
Chamber
Although only six (6) pins are used, we here we use an eight (8) position connector to avoid confusion with the Motion #1 (X axis) connector.
flowchart BT
subgraph Panel
direction LR
C{{"Chamber\n8P"}}
end
subgraph MCU
direction LR
TC("TC\n2P")
FC1("FC1\n2P")
FC2("FC2\n2P")
end
TC --- C
FC1 --- C
FC2 --- C
Pin # | Name | Color | Color | Name | Pin # |
---|---|---|---|---|---|
1 | TC SIG | Y | W | TC GND | 5 |
2 | FC1 VIN | R | K | FC1 GND | 6 |
3 | FC2 VIN | R | K | FC2 GND | 7 |
4 | (Unused) | (N/A) | (N/A) | (Unused) | 8 |