Skip to content

Commit

Permalink
(fix) Xiao footprint silk side dot
Browse files Browse the repository at this point in the history
  • Loading branch information
MvEerd committed Jan 9, 2022
1 parent a333de9 commit ae6c04e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/footprints/xiao.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = {
(fp_line (start 17.79778 -20.99818) (end 0.67056 -20.99818) (layer "${ p.param.side }.SilkS") (width 0.127))
(fp_line (start 4.39928 -22.42312) (end 13.39342 -22.42312) (layer "${ p.param.side }.SilkS") (width 0.127))
(fp_line (start 12.319 -17.018) (end 14.097 -17.018) (layer "${ p.param.side }.SilkS") (width 0.06604))
(fp_circle (center -0.889 -18.161) (end -0.889 -18.415) (layer "F.SilkS") (width 1))
(fp_circle (center -0.889 -18.161) (end -0.889 -18.415) (layer "${ p.param.side }.SilkS") (width 1))
)
`
}

0 comments on commit ae6c04e

Please sign in to comment.