From bed7efcc0c889d2d212708863e68296e604d17bf Mon Sep 17 00:00:00 2001 From: Shamil Yakupov Date: Thu, 16 Mar 2017 19:53:25 +0300 Subject: [PATCH] Misc: Add mounting holes --- misc/mh-2.9-7.yaml | 13 +++++++++++++ misc/mh-3.4-8.yaml | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 misc/mh-2.9-7.yaml create mode 100644 misc/mh-3.4-8.yaml diff --git a/misc/mh-2.9-7.yaml b/misc/mh-2.9-7.yaml new file mode 100644 index 0000000..d73f772 --- /dev/null +++ b/misc/mh-2.9-7.yaml @@ -0,0 +1,13 @@ +name: MH-2.9-7 +description: Mounting Hole, 2.9 mm hole diameter, 7 mm pad diameter +keywords: Mounting hole + +schematic: + symbol: mounting-hole + +housing: + pattern: mounting-hole + holeDiameter: 2.9 + padDiameter: 7 + viaDiameter: 0.8 + viaCount: 10 diff --git a/misc/mh-3.4-8.yaml b/misc/mh-3.4-8.yaml new file mode 100644 index 0000000..de7debd --- /dev/null +++ b/misc/mh-3.4-8.yaml @@ -0,0 +1,13 @@ +name: MH-3.4-8 +description: Mounting Hole, 3.4 mm hole diameter, 8 mm pad diameter +keywords: Mounting hole + +schematic: + symbol: mounting-hole + +housing: + pattern: mounting-hole + holeDiameter: 3.4 + padDiameter: 8 + viaDiameter: 0.8 + viaCount: 10