mirror of
https://github.com/whowechina/popn_pico.git
synced 2024-11-27 16:10:52 +01:00
Finetune the pcb spacer model
This commit is contained in:
parent
26e630ee1d
commit
1013497fcb
@ -1,21 +1,16 @@
|
||||
$fn=64;
|
||||
|
||||
spacer([0,0,0]);
|
||||
spacer([8,0,0]);
|
||||
spacer([16,0,0]);
|
||||
spacer([24,0,0]);
|
||||
spacer([32,0,0]);
|
||||
spacer([40,0,0]);
|
||||
|
||||
for (i=[0:6]) {
|
||||
spacer([i*9,0,0]);
|
||||
}
|
||||
|
||||
module spacer(pos)
|
||||
{
|
||||
translate(pos) union() {
|
||||
difference() {
|
||||
cylinder(d=6.5,h=3.5);
|
||||
cylinder(d=7,h=3.5);
|
||||
translate([0,0,-1]) cylinder(d=3.5,h=10);
|
||||
}
|
||||
translate([2,-1,]) cube([4,2,0.3]);
|
||||
}
|
||||
}
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user