[Cryptech-Commits] [user/ft/alpha_to_kicad] branch master updated (94b57ba -> 7dc2458)
git at cryptech.is
git at cryptech.is
Tue Sep 26 11:02:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
fredrik at thulin.net pushed a change to branch master
in repository user/ft/alpha_to_kicad.
from 94b57ba fix bad merge, and add block diagram as top sheet
new a2bf24a new attempt with updated upstream tool (still a lot of local changes)
new 9c82d28 seems to work like this
new dd7530d integration of scripts
new 19a36f2 fix more layers
new 247c039 update
new 42777dc loads of updates
new 3c347ae init
new e48a165 cleanups
new 28289fb init
new d2121f1 more documentation
new a3c49f0 remove another help()
new 3af4c15 a comment about a difference on layer In2
new 53f8fff diff typically does not exit 0
new bb2fdb5 init
new 8290447 less litter in the rev03-KiCAD directory
new 0c8f887 wrl shape work
new 7dc2458 DRC comment
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 6 +
README.md | 41 +
convert.sh | 38 +-
fix-pcb.py | 259 +
make-wrl-files.sh | 18 +
rev03-KiCad/Cryptech Alpha.kicad_pcb | 115327 +---
rev03-KiCad/Cryptech Alpha.lib | 4454 +-
rev03-KiCad/GerberOutput/Cryptech Alpha-B.Cu.gbr | 39809 ++
.../GerberOutput/Cryptech Alpha-B.SilkS.gbr | 7290 +
rev03-KiCad/GerberOutput/Cryptech Alpha-F.Cu.gbr | 36520 ++
.../GerberOutput/Cryptech Alpha-F.SilkS.gbr | 88591 +++
rev03-KiCad/GerberOutput/Cryptech Alpha-In1.Cu.gbr | 411899 ++++++++++++
rev03-KiCad/GerberOutput/Cryptech Alpha-In2.Cu.gbr | 206046 ++++++
.../Cryptech Alpha-In3.Cu.gbr} | 597989 ++++++++++++++----
rev03-KiCad/GerberOutput/Cryptech Alpha-In4.Cu.gbr | 504538 +++++++++++++++
rev03-KiCad/GerberOutput/Cryptech Alpha-In5.Cu.gbr | 166654 +++++
rev03-KiCad/GerberOutput/Cryptech Alpha-In6.Cu.gbr | 411899 ++++++++++++
rev03-KiCad/GerberOutput/Cryptech Alpha-job.gbrjob | 40 +
rev03-KiCad/rev02_00.sch | 4 +-
rev03-KiCad/rev02_01.sch | 730 +-
rev03-KiCad/rev02_02.sch | 374 +-
rev03-KiCad/rev02_03.sch | 454 +-
rev03-KiCad/rev02_04.sch | 748 +-
rev03-KiCad/rev02_05.sch | 598 +-
rev03-KiCad/rev02_06.sch | 1518 +-
rev03-KiCad/rev02_07.sch | 148 +-
rev03-KiCad/rev02_08.sch | 212 +-
rev03-KiCad/rev02_09.sch | 1034 +-
rev03-KiCad/rev02_10.sch | 1028 +-
rev03-KiCad/rev02_11.sch | 720 +-
rev03-KiCad/rev02_12.sch | 386 +-
rev03-KiCad/rev02_13.sch | 586 +-
rev03-KiCad/rev02_14.sch | 100 +-
rev03-KiCad/rev02_15.sch | 510 +-
rev03-KiCad/rev02_16.sch | 86 +-
rev03-KiCad/rev02_17.sch | 312 +-
rev03-KiCad/rev02_18.sch | 652 +-
rev03-KiCad/rev02_19.sch | 562 +-
rev03-KiCad/rev02_20.sch | 210 +-
rev03-KiCad/rev02_21.sch | 502 +-
rev03-KiCad/rev02_22.sch | 1134 +-
rev03-KiCad/rev02_23.sch | 1070 +-
rev03-KiCad/rev02_24.sch | 400 +-
rev03-KiCad/rev02_25.sch | 350 +-
wrl-files.tar.gz | Bin 0 -> 8217364 bytes
45 files changed, 2376662 insertions(+), 229184 deletions(-)
create mode 100755 fix-pcb.py
create mode 100755 make-wrl-files.sh
create mode 100644 rev03-KiCad/GerberOutput/Cryptech Alpha-B.Cu.gbr
create mode 100644 rev03-KiCad/GerberOutput/Cryptech Alpha-B.SilkS.gbr
create mode 100644 rev03-KiCad/GerberOutput/Cryptech Alpha-F.Cu.gbr
create mode 100644 rev03-KiCad/GerberOutput/Cryptech Alpha-F.SilkS.gbr
create mode 100644 rev03-KiCad/GerberOutput/Cryptech Alpha-In1.Cu.gbr
create mode 100644 rev03-KiCad/GerberOutput/Cryptech Alpha-In2.Cu.gbr
copy rev03-KiCad/{Cryptech Alpha.kicad_pcb => GerberOutput/Cryptech Alpha-In3.Cu.gbr} (50%)
create mode 100644 rev03-KiCad/GerberOutput/Cryptech Alpha-In4.Cu.gbr
create mode 100644 rev03-KiCad/GerberOutput/Cryptech Alpha-In5.Cu.gbr
create mode 100644 rev03-KiCad/GerberOutput/Cryptech Alpha-In6.Cu.gbr
create mode 100644 rev03-KiCad/GerberOutput/Cryptech Alpha-job.gbrjob
create mode 100644 wrl-files.tar.gz
More information about the Commits
mailing list