Skip to content

Commit

Permalink
mods: passive/sod: Fix new footprint text formats
Browse files Browse the repository at this point in the history
Needed to align these with our standards.
  • Loading branch information
austinbeam committed Dec 31, 2016
1 parent c56b201 commit 6955f20
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions modules/ab2_passive.pretty/AB2_SMX.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(module AB2_SMX (layer F.Cu) (tedit 586758BF)
(fp_text reference AB2_SMX (at 0 -2.54) (layer F.SilkS)
(module AB2_SMX (layer F.Cu) (tedit 586821C0)
(fp_text reference AB2_SMX (at 0 -1.524) (layer F.SilkS)
(effects (font (size 0.8128 0.8128) (thickness 0.0762)))
)
(fp_text value VAL** (at 0 2.54) (layer F.SilkS)
(fp_text value VAL** (at 0 1.524) (layer F.SilkS)
(effects (font (size 0.8128 0.8128) (thickness 0.0762)))
)
(fp_line (start 1.5 0.75) (end 1.5 -0.75) (layer F.SilkS) (width 0.127))
Expand Down
6 changes: 3 additions & 3 deletions modules/ab2_sod.pretty/AB2_SOD123.kicad_mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(module AB2_SOD123 (layer F.Cu) (tedit 58675156)
(fp_text reference AB2_SOD123 (at 0 -2.54) (layer F.SilkS)
(module AB2_SOD123 (layer F.Cu) (tedit 586821F4)
(fp_text reference AB2_SOD123 (at 0 -1.524) (layer F.SilkS)
(effects (font (size 0.8128 0.8128) (thickness 0.0762)))
)
(fp_text value VAL** (at 0 2.54) (layer F.SilkS)
(fp_text value VAL** (at 0 1.524) (layer F.SilkS)
(effects (font (size 0.8128 0.8128) (thickness 0.0762)))
)
(fp_line (start 0.65 0.7) (end 0.65 -0.7) (layer F.SilkS) (width 0.15))
Expand Down

0 comments on commit 6955f20

Please sign in to comment.