From: Manfred Steiner Date: Sat, 25 May 2024 15:52:21 +0000 (+0200) Subject: jlcpcb plugin README.md und rotations.db Datei X-Git-Url: https://git.htl-mechatronik.at/public/?a=commitdiff_plain;h=c40767641f657e35513185d373096ef108aa33e0;p=nano-x.git jlcpcb plugin README.md und rotations.db Datei --- diff --git a/kicad/.gitignore b/kicad/.gitignore index 391c2a9..9d4d7c0 100644 --- a/kicad/.gitignore +++ b/kicad/.gitignore @@ -2,14 +2,18 @@ # New file types for Kicad 8 fp-info-cache -jlcpcb/* -!jlcpcb/project.db *.lck +*.bak *-backups *.kicad_prl *.kicad_sch-bak *auto_saved_files* -*.bak + +# Kicad plugin https://github.com/bouni/kicad-jlcpcb-tools +jlcpcb/* +!jlcpcb/project.db +!jlcpcb/rotations.db +!jlcpcb/README.md # Temporary files *.000 diff --git a/kicad/jlcpcb/README.md b/kicad/jlcpcb/README.md new file mode 100644 index 0000000..5b062b8 --- /dev/null +++ b/kicad/jlcpcb/README.md @@ -0,0 +1,22 @@ +# kicad-jlcpcb-tools + +See: [https://github.com/bouni/kicad-jlcpcb-tools](https://github.com/bouni/kicad-jlcpcb-tools) + + +## Installation + +See [Installation guide](https://github.com/bouni/kicad-jlcpcb-tools#installation-) + + +## Automatic component rotation + +Manual configuration for component rotation ist stored in the sqlite3 database file `rotations.db` + +This file location depends on operationg system: + +* Linux: `~/.local/share/kicad/8.0/3rdparty/plugins/com_github_bouni_kicad-jlcpcb-tools/jlcpcb` +* Windows: `C:\Users\...\Documents\KiCad\8.0\3rdparty\plugins\com_github_bouni_kicad-jlcpcb-tools\jlcpcb` + +Therefore copy (or add) the file [rotations.db](rotations.db) after plugin installation to this folder, in order to ensure proper rotation in generated file `production_files/CPL-nano-644.csv` + + diff --git a/kicad/jlcpcb/project.db b/kicad/jlcpcb/project.db index 607b3f4..6113b27 100644 Binary files a/kicad/jlcpcb/project.db and b/kicad/jlcpcb/project.db differ diff --git a/kicad/jlcpcb/rotations.db b/kicad/jlcpcb/rotations.db new file mode 100644 index 0000000..237817a Binary files /dev/null and b/kicad/jlcpcb/rotations.db differ