Add clearance around servo locating holes
[hw/altusmetrum] / 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) {