1
0
mirror of https://github.com/whowechina/popn_pico.git synced 2024-09-23 19:08:26 +02:00

Finetune the pcb spacer model

This commit is contained in:
whowechina 2022-10-15 16:41:29 +08:00
parent 26e630ee1d
commit 1013497fcb
2 changed files with 4 additions and 9 deletions

View File

@ -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.