Files
SN-L00/.gitignore
T
florian.berthold d43c7976ad Add panel-to-PCB mounting system with M3 standoffs
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)
2026-01-23 08:15:25 +01:00

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