d43c7976ad
Panel alignment: - PCB offset 10mm from panel top - Component holes aligned: OLED@25mm, jacks@45mm, button@58mm - 4x M3 standoff holes at corners (5,5), (35,5), (5,75), (35,75) Updates: - Panel SVG and spec aligned with PCB layout - Mounting holes added to PCB (Edge.Cuts layer) - Regenerated Gerbers with mounting holes - Updated autoroute.py to add mounting holes automatically DRC: 0 unconnected, 7 cosmetic errors (courtyard overlaps)
41 lines
445 B
Plaintext
41 lines
445 B
Plaintext
# KiCad
|
|
*.bak
|
|
*-backups/
|
|
*-cache.lib
|
|
*-cache.dcm
|
|
*.kicad_prl
|
|
*.kicad_pcb-bak
|
|
*~
|
|
\#*#
|
|
_autosave-*
|
|
*.tmp
|
|
fp-info-cache
|
|
|
|
# Gerber output (actual generated files)
|
|
hardware/manufacturing/gerbers/*.gbr
|
|
hardware/manufacturing/gerbers/*.drl
|
|
hardware/manufacturing/gerbers/*.gbrjob
|
|
|
|
# Build artifacts
|
|
firmware/build/
|
|
firmware/.pio/
|
|
*.o
|
|
*.elf
|
|
*.hex
|
|
*.bin
|
|
*.map
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Build artifacts
|
|
*.dsn
|
|
*.ses
|
|
*.mgc
|
|
DRC.rpt
|