include clearance on v-bite holes
authorBdale Garbee <bdale@gag.com>
Fri, 29 Jan 2016 03:12:45 +0000 (20:12 -0700)
committerBdale Garbee <bdale@gag.com>
Fri, 29 Jan 2016 03:12:45 +0000 (20:12 -0700)
packages/v-bite.5c

index a6eb9b909635823b159de83e5f29c9e26a8e4651..00547d73a99886bc1e2cee4ab6b134aab75b7502 100644 (file)
@@ -27,6 +27,7 @@ real pin_drill = 2.2;
 real pin_y = 5.1;
 real pin_x = 5.9;
 real pin_copper = 0.2;
+real pin_clear = 0.01 * 2.0 * 25.4;
 
 real gnd_width = 8.0;
 real gnd_height = 3.5;
@@ -38,11 +39,11 @@ element_start("v-bite");
 
 pad_mm_options(gnd_width / 2, -pin_y, gnd_width, gnd_height, "GND", "2", "square,nopaste");
 pad_mm_options(gnd_width / 2, -pin_y, gnd_width, gnd_height, "GND", "2", "onsolder,square,nopaste");
-pin_mm(gnd_width - pin_x, -pin_y, pin_drill, pin_copper, "GND", "2");
+pin_mm_clear(gnd_width - pin_x, -pin_y, pin_drill, pin_copper, pin_clear, "GND", "2");
 
 pad_mm_options(gnd_width / 2, pin_y, gnd_width, gnd_height, "GND", "2", "square,nopaste");
 pad_mm_options(gnd_width / 2, pin_y, gnd_width, gnd_height, "GND", "2", "onsolder,square,nopaste");
-pin_mm(gnd_width -pin_x, pin_y, pin_drill, pin_copper, "GND", "2");
+pin_mm_clear(gnd_width -pin_x, pin_y, pin_drill, pin_copper, pin_clear, "GND", "2");
 
 pad_mm_options(center_width / 2, 0, center_width, center_height,"1", "1", "square,nopaste");