29 lines
615 B
YAML
29 lines
615 B
YAML
connectors:
|
|
X1:
|
|
pinlabels: [+12V, GND, GND, +5V]
|
|
type: Molex 8981
|
|
subtype: female
|
|
F_10: # this is a unique ferrule
|
|
style: simple
|
|
type: Crimp ferrule
|
|
subtype: 1.0 mm²
|
|
color: YE # optional color
|
|
F_05: # this is a ferrule that will be auto-generated on demand
|
|
style: simple
|
|
type: Crimp ferrule
|
|
subtype: 0.5 mm²
|
|
color: OG
|
|
|
|
cables:
|
|
W1:
|
|
category: bundle # bundle
|
|
length: 0.3
|
|
gauge: 0.5 mm2
|
|
colors: [YE, BK, BK, RD] # custom colors, wirecount is implicit
|
|
|
|
connections:
|
|
-
|
|
- [F_05., F_10.F1, F_10.F1, F_05.]
|
|
- W1: [1-4]
|
|
- X1: [1-4]
|