Skip to content

Commit

Permalink
Merge pull request #3 from jmdaly/fix-hro-courtyard
Browse files Browse the repository at this point in the history
Update: Close courtyard contour to fix DRC error in KiCad 5.1
  • Loading branch information
ai03 authored Sep 27, 2020
2 parents 79307ec + 310c21f commit fecd1a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion HRO-TYPE-C-31-M-12-Assembly.kicad_mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
(fp_text user %R (at 0 -9.25) (layer F.Fab)
(effects (font (size 1 1) (thickness 0.15)))
)
(fp_line (start -4.5 -7.5) (end 4.5 -7.5) (layer F.CrtYd) (width 0.15))
(fp_line (start -4.5 -7.5) (end -3.75 -7.5) (layer F.CrtYd) (width 0.15))
(fp_line (start 3.75 -7.5) (end 4.5 -7.5) (layer F.CrtYd) (width 0.15))
(fp_line (start 4.5 -7.5) (end 4.5 0) (layer F.CrtYd) (width 0.15))
(fp_line (start 4.5 0) (end -4.5 0) (layer F.CrtYd) (width 0.15))
(fp_line (start -4.5 0) (end -4.5 -7.5) (layer F.CrtYd) (width 0.15))
Expand Down

0 comments on commit fecd1a9

Please sign in to comment.