added 3d model for coil

master
Mario Hüttel 2017-01-10 14:04:02 +01:00
parent 703d820b95
commit 1b0f13bd16
4 changed files with 228 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,14 @@
#!/bin/bash
echo "Enter the path to the packages3d folder. This script will symlink all 3d models into this folder"
echo -n "Path: "
read packagedir
shimattadir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
cd $packagedir
for lib in $shimattadir/*.shapes3d; do
echo "$lib"
if [[ -d "$lib" ]]; then
ln -s "$lib"
fi
done

View File

@ -1,4 +1,4 @@
(module LPISM-13x9.55 (layer F.Cu) (tedit 587292F5)
(module LPISM-13x9.55 (layer F.Cu) (tedit 5874DABA)
(fp_text reference REF** (at -5.7 -0.8 90) (layer F.SilkS)
(effects (font (size 1 1) (thickness 0.15)))
)
@ -13,4 +13,9 @@
(fp_line (start -4.8 -6.5) (end -2.9 -6.5) (layer F.SilkS) (width 0.15))
(pad 1 smd rect (at 0 5.15) (size 3 3.6) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 0 -5.15) (size 3 3.6) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/smd.shapes3d/LPISM-13x9.55.x3d
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)