You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add icon for several KiCad file extensions. Free software suite for
electronic design automation (EDA).
- `.kicad_pro` Project file, containing settings that are shared
between the schematic and PCB.
- `.kicad_sch` Schematic files containing all info and the components
themselves.
- `.kicad_sym` Schematic symbol library file, containing the component
descriptions: graphic shape, pins, fields.
- `.kicad_pcb` Board file containing all info but the page layout.
- `.kicad_mod` Footprint files, containing one footprint description
each.
- `.kicad_dru` Design rules file, containing custom design rules for a
certain .kicad_pcb file.
- `.kicad_prl` Local settings for the current project; helps Kicad
remember the last used settings such as layer visibility or selection
filter.
- `.kicad_wks` Page layout (drawing border and title block)
description file.
- `sym-lib-table` Symbol library table: list of symbol libraries
available in the schematic editor.Board editor files and folders.
- `fp-lib-table` Footprint library table: list of footprint libraries
available in the board editor.
- `fp-info-cache` Cache to speed up loading of footprint libraries.
- Note: Legacy file extensions were ignored, also `.net` and `.cmp`
extensions (kind of generic).
0 commit comments