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