From: Phil Hagelberg Date: Fri, 31 Oct 2014 05:01:36 +0000 (-0700) Subject: Board-mount holes should be non-plated. X-Git-Url: https://git.armaanb.net/?p=atreides.git;a=commitdiff_plain;h=23d4ff1a324461a014fbe2a0842a284c825f4226 Board-mount holes should be non-plated. --- diff --git a/atreus.rkt b/atreus.rkt index 62ed118..0ec9651 100644 --- a/atreus.rkt +++ b/atreus.rkt @@ -28,9 +28,9 @@ (layer F.SilkS) (width 0.381)) (pad 0 np_thru_hole circle (at 0 0) (size 3.9878 3.9878) (drill 3.9878)) ; switch hole, no copper - (pad 0 thru_hole circle (at -5.08 0) (size 1.7018 1.7018) + (pad 0 np_thru_hole circle (at -5.08 0) (size 1.7018 1.7018) (drill 1.7018)) ; board-mount hole, no copper - (pad 0 thru_hole circle (at 5.08 0) (size 1.7018 1.7018) + (pad 0 np_thru_hole circle (at 5.08 0) (size 1.7018 1.7018) (drill 1.7018)) ; board-mount hole, no copper (pad 1 thru_hole circle (at 2.54 -5.08) (size 2.286 2.286) (drill 1.4986) (layers *.Cu *.SilkS *.Mask) ,net-pos)