Add clearance around servo locating holes
authorKeith Packard <keithp@keithp.com>
Mon, 28 Mar 2016 15:23:15 +0000 (08:23 -0700)
committerKeith Packard <keithp@keithp.com>
Mon, 28 Mar 2016 15:23:15 +0000 (08:23 -0700)
Without clearance, oshpark plates the holes through.

Signed-off-by: Keith Packard <keithp@keithp.com>
packages/servo.5c

index 25d4a83ad6ce9adeab45389b7431f8229da5b183..c3dc4ce9c35dc63434541766faf0d704fffdfa5b 100644 (file)
@@ -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) {