mirror of
https://gitlab.com/kicad/libraries/kicad-footprints.git
synced 2025-04-24 00:33:25 +00:00
Fixed mounting hole size in Arduino Uno footprints
Issue #590 pointed out that it was wrong before. I looked at the actual Eagle source (from https://store.arduino.cc/arduino-uno-rev3), and found that the correct diameter is 3.2 mm. This fixes the hole sizes.
This commit is contained in:
parent
1eb02a3624
commit
dcf4442472
@ -1,4 +1,4 @@
|
||||
(module Arduino_UNO_R2_WithMountingHoles (layer F.Cu) (tedit 58AB60C7)
|
||||
(module Arduino_UNO_R2_WithMountingHoles (layer F.Cu) (tedit 5B3F9642)
|
||||
(descr "Arduino UNO R2, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf")
|
||||
(tags "Arduino UNO R2")
|
||||
(fp_text reference REF** (at 1.27 -3.81 180) (layer F.SilkS)
|
||||
@ -91,10 +91,10 @@
|
||||
(pad 14 thru_hole oval (at 35.56 0 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad 15 thru_hole oval (at 35.56 48.26 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad 16 thru_hole oval (at 33.02 48.26 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at -13.97 0 90) (size 1.78 1.78) (drill 1.78) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at -12.7 48.26 90) (size 1.78 1.78) (drill 1.78) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at 38.1 33.02 90) (size 1.78 1.78) (drill 1.78) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at 38.1 5.08 90) (size 1.78 1.78) (drill 1.78) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at -13.97 0 90) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at -12.7 48.26 90) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at 38.1 33.02 90) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at 38.1 5.08 90) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask))
|
||||
(model ${KISYS3DMOD}/Module.3dshapes/Arduino_UNO_R2_WithMountingHoles.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
@ -1,4 +1,4 @@
|
||||
(module Arduino_UNO_R3_WithMountingHoles (layer F.Cu) (tedit 58AB6127)
|
||||
(module Arduino_UNO_R3_WithMountingHoles (layer F.Cu) (tedit 5B3F95CF)
|
||||
(descr "Arduino UNO R3, http://www.mouser.com/pdfdocs/Gravitech_Arduino_Nano3_0.pdf")
|
||||
(tags "Arduino UNO R3")
|
||||
(fp_text reference REF** (at 1.27 -3.81 180) (layer F.SilkS)
|
||||
@ -93,10 +93,10 @@
|
||||
(pad 30 thru_hole oval (at -4.06 48.26 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad 15 thru_hole oval (at 35.56 48.26 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad 16 thru_hole oval (at 33.02 48.26 90) (size 1.6 1.6) (drill 0.8) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at -13.97 0 90) (size 1.78 1.78) (drill 1.78) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at -12.7 48.26 90) (size 1.78 1.78) (drill 1.78) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at 38.1 33.02 90) (size 1.78 1.78) (drill 1.78) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at 38.1 5.08 90) (size 1.78 1.78) (drill 1.78) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at -13.97 0 90) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at -12.7 48.26 90) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at 38.1 33.02 90) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask))
|
||||
(pad "" np_thru_hole circle (at 38.1 5.08 90) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask))
|
||||
(model ${KISYS3DMOD}/Module.3dshapes/Arduino_UNO_R3_WithMountingHoles.wrl
|
||||
(at (xyz 0 0 0))
|
||||
(scale (xyz 1 1 1))
|
||||
|
Loading…
Reference in New Issue
Block a user