0
mirror of https://github.com/oresat/oresat-star-tracker-hardware.git synced 2026-04-21 01:08:11 +00:00
Files
oresat-star-tracker-hardware/hardware/star-tracker-card/star-tracker-card.kicad_dru
2026-04-20 16:48:06 -07:00

11 lines
372 B
Plaintext

(version 1)
(rule "class 1:1"
(condition "A.NetClass == 'diff pair' && B.NetClass == 'diff pair'")
(constraint clearance (min 0.1905mm)))
# For the eMMC, ignore routing through unconnected pins.
(rule "Allow_Trace_Through_Unconnected_Pads"
(condition "A.Type == 'Track' && B.Type == 'Pad' && B.NetName == 'unconnected-*'")
(constraint clearance (min -1mm))
)