Skip to content
Snippets Groups Projects
Commit df86e5e8 authored by fxk8y's avatar fxk8y :spider:
Browse files

Add copper pads

parent f816f6da
No related branches found
No related tags found
No related merge requests found
$fs = 0.35;
$fs = 0.1;
$fa = $fs;
......@@ -8,7 +8,7 @@ h = 50;
silk_d = 5;
pad_round_d = 5;
pad_round_d = 0.5;
pad_d = 2.82*2 + 2*pad_round_d;
......@@ -19,6 +19,8 @@ module roundHex(w, d) {
module F_Cu() {
rotate([0, 0, 30]) roundHex(pad_d, pad_round_d);
for (signum=[-1, 1]) translate([6.35*signum, 1.35*signum, 0]) square([3.5, 2.7], center=true);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment