migration to KiCAD 8
parent
f138712ec9
commit
40f779a450
@ -0,0 +1,31 @@
|
|||||||
|
# For PCBs designed using KiCad: https://www.kicad.org/
|
||||||
|
# Format documentation: https://kicad.org/help/file-formats/
|
||||||
|
|
||||||
|
# Temporary files
|
||||||
|
*.000
|
||||||
|
*.bak
|
||||||
|
*.bck
|
||||||
|
*.kicad_pcb-bak
|
||||||
|
*.kicad_sch-bak
|
||||||
|
*-backups
|
||||||
|
*.kicad_prl
|
||||||
|
*.sch-bak
|
||||||
|
*~
|
||||||
|
_autosave-*
|
||||||
|
*.tmp
|
||||||
|
*-save.pro
|
||||||
|
*-save.kicad_pcb
|
||||||
|
fp-info-cache
|
||||||
|
~*.lck
|
||||||
|
\#auto_saved_files#
|
||||||
|
|
||||||
|
# Netlist files (exported from Eeschema)
|
||||||
|
*.net
|
||||||
|
|
||||||
|
# Autorouter files (exported from Pcbnew)
|
||||||
|
*.dsn
|
||||||
|
*.ses
|
||||||
|
|
||||||
|
# Exported BOM files
|
||||||
|
*.xml
|
||||||
|
*.csv
|
@ -1,3 +0,0 @@
|
|||||||
EESchema-DOCLIB Version 2.0
|
|
||||||
#
|
|
||||||
#End Doc Library
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,5 +0,0 @@
|
|||||||
(page_layout
|
|
||||||
(setup (textsize 1.5 1.5)(linewidth 0.15)(textlinewidth 0.15)
|
|
||||||
(left_margin 10)(right_margin 10)(top_margin 10)(bottom_margin 10))
|
|
||||||
(line (name segm1:Line) (start 0 0) (end 0 0))
|
|
||||||
)
|
|
@ -1,3 +1,4 @@
|
|||||||
(sym_lib_table
|
(sym_lib_table
|
||||||
(lib (name camino-eagle-import)(type Legacy)(uri ${KIPRJMOD}/camino-eagle-import.lib)(options "")(descr ""))
|
(version 7)
|
||||||
|
(lib (name "camino")(type "KiCad")(uri "${KIPRJMOD}/camino.kicad_sym")(options "")(descr ""))
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue