From: Keith Packard Date: Mon, 28 Mar 2016 15:23:15 +0000 (-0700) Subject: Add clearance around servo locating holes X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=65a4f6cfe8277a80f12e46810b52801d9daeda9a;p=hw%2Faltusmetrum Add clearance around servo locating holes Without clearance, oshpark plates the holes through. Signed-off-by: Keith Packard --- diff --git a/packages/servo.5c b/packages/servo.5c index 25d4a83..c3dc4ce 100644 --- a/packages/servo.5c +++ b/packages/servo.5c @@ -73,7 +73,7 @@ void outline() { } void drill(pos_t a) { - pin_mm(a.x, a.y, mounting_hole, 0.22, "mount", "mount"); + pin_mm_options(a.x, a.y, mounting_hole, 0, "mount", "mount", "hole"); } void pin(pos_t a) {