]> git.gag.com Git - hw/altusmetrum/commitdiff
Fix pwson-n6 package pin clearance
authorKeith Packard <keithp@keithp.com>
Tue, 1 Mar 2016 23:15:05 +0000 (17:15 -0600)
committerKeith Packard <keithp@keithp.com>
Tue, 1 Mar 2016 23:15:05 +0000 (17:15 -0600)
Need to multiply pin clearance by two as it's a diameter value.

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

index 245192017a743dea2f21eb0138316f79be868a7c..9d9300efc2c54abe27ae55156408bcbf4413bfd1 100644 (file)
@@ -52,10 +52,10 @@ pad_mm_clear_mask_options(0, 0, center_width * paste_coverage_scale,
                          center_height * paste_coverage_scale, 0, center_height + mask, "7", "7", "square");
 
 pin_mm_clear_mask_options(-0.9, 0,
-                         0.3811, 0.17, 0.2, 0, "GND", "7", "via");
+                         0.3811, clearance*2, 0.2, 0, "GND", "7", "via");
 
 pin_mm_clear_mask_options(0.9, 0,
-                         0.3811, 0.17, 0.2, 0, "GND", "7", "via");
+                         0.3811, clearance*2, 0.2, 0, "GND", "7", "via");
 
 real pad_y_off = pad_y_spacing / 2;