Skip to content

Commit

Permalink
Fix travis output
Browse files Browse the repository at this point in the history
Or try a least. Arcs are not defined in a way you can choose the two
endpoints precisly.

The other thing is probably a bug from Kicad or an obscure fnctionality.
It sets the libname while exporting a single footprint !
  • Loading branch information
Franck78 committed Aug 28, 2020
1 parent 6e10a44 commit 50c61f5
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions LED_SMD.pretty/LED_1W_3W_R8.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(module LED_SMD:LED_1W_3W_R8 (layer F.Cu) (tedit 5F491887)
(module LED_1W_3W_R8 (layer F.Cu) (tedit 5F4945F9)
(descr https://www.getiangroup.com/data/upload/ueditor/20190909/5d75f9d95ad18.pdf)
(tags "LED 1W 3W 5W")
(attr smd)
Expand All @@ -8,11 +8,11 @@
(fp_text value LED_1W_3W_R8 (at 0 5.08) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_arc (start 0 0) (end -4.6 -0.4) (angle 132.66471) (layer F.CrtYd) (width 0.05))
(fp_arc (start 0 0) (end 4.6 0.4) (angle 132.6647151) (layer F.CrtYd) (width 0.05))
(fp_text user %R (at 0 -2.54) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_arc (start 0 0) (end 4.6 0.4) (angle 132.6) (layer F.CrtYd) (width 0.05))
(fp_arc (start 0 0) (end -4.6 -0.4) (angle 132.6) (layer F.CrtYd) (width 0.05))
(fp_circle (center 0 0) (end 4.025 0) (layer F.Fab) (width 0.1))
(fp_line (start 4.826 1.524) (end 4.826 0.508) (layer F.Fab) (width 0.1))
(fp_line (start -5.334 -1.016) (end -4.318 -1.016) (layer F.Fab) (width 0.1))
Expand All @@ -22,10 +22,10 @@
(fp_line (start -8.655 -0.127) (end -8.655 2.794) (layer F.SilkS) (width 0.12))
(fp_line (start -8.655 2.794) (end -3.429 2.794) (layer F.SilkS) (width 0.12))
(fp_line (start -4.6 -0.4) (end -8.95 -0.4) (layer F.CrtYd) (width 0.05))
(fp_line (start -8.95 -0.4) (end -8.95 3.1) (layer F.CrtYd) (width 0.05))
(fp_line (start -8.95 3.1) (end -3.41 3.1) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.42 -3.1) (end 8.95 -3.1) (layer F.CrtYd) (width 0.05))
(fp_line (start 8.95 -3.1) (end 8.95 0.4) (layer F.CrtYd) (width 0.05))
(fp_line (start -8.95 -0.4) (end -8.95 3.11) (layer F.CrtYd) (width 0.05))
(fp_line (start -8.95 3.11) (end -3.41 3.11) (layer F.CrtYd) (width 0.05))
(fp_line (start 3.41 -3.11) (end 8.95 -3.11) (layer F.CrtYd) (width 0.05))
(fp_line (start 8.95 -3.11) (end 8.95 0.4) (layer F.CrtYd) (width 0.05))
(fp_line (start 8.95 0.4) (end 4.6 0.4) (layer F.CrtYd) (width 0.05))
(fp_line (start -1.27 0) (end 1.27 -1.27) (layer F.Fab) (width 0.1))
(fp_line (start 1.27 -1.27) (end 1.27 1.27) (layer F.Fab) (width 0.1))
Expand All @@ -34,9 +34,9 @@
(fp_line (start 1.27 0) (end 2.54 0) (layer F.Fab) (width 0.1))
(fp_line (start -1.27 -1.27) (end -1.27 1.27) (layer F.Fab) (width 0.1))
(fp_line (start -2.54 0) (end -1.27 0) (layer F.Fab) (width 0.1))
(pad 2 smd rect (at 6.75 -1.35) (size 3.5 2.7) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -6.75 1.35) (size 3.5 2.7) (layers F.Cu F.Paste F.Mask))
(pad 3 smd circle (at 0 0) (size 5.7 5.7) (layers F.Cu F.Paste F.Mask))
(pad 1 smd rect (at -6.75 1.35) (size 3.5 2.7) (layers F.Cu F.Paste F.Mask))
(pad 2 smd rect (at 6.75 -1.35) (size 3.5 2.7) (layers F.Cu F.Paste F.Mask))
(model ${KISYS3DMOD}/LED_SMD.3dshapes/LED_1W_3W_R8.wrl
(at (xyz 0 0 0))
(scale (xyz 1 1 1))
Expand Down

0 comments on commit 50c61f5

Please sign in to comment.