added 3d model for coil
This commit is contained in:
parent
703d820b95
commit
1b0f13bd16
BIN
footprints/blender/smd.blender/LPISM-13x9.55.blend
Normal file
BIN
footprints/blender/smd.blender/LPISM-13x9.55.blend
Normal file
Binary file not shown.
208
footprints/packages3d/smd.shapes3d/LPISM-13x9.55.x3d
Normal file
208
footprints/packages3d/smd.shapes3d/LPISM-13x9.55.x3d
Normal file
File diff suppressed because one or more lines are too long
14
footprints/packages3d/symlink.sh
Executable file
14
footprints/packages3d/symlink.sh
Executable 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
|
@ -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))
|
||||
)
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user