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

Moar clip development

parent c0ad2f02
No related branches found
No related tags found
No related merge requests found
......@@ -45,9 +45,15 @@ module pcb3D(wi, hi, ri, height=1.6, off=pcb_off) {
module body(wi, hi, ri, height=pcb_t, off=pcb_off, _str=box_str) {
outer_w = wi;
difference() {
pcb3D(wi, hi, ri, height=height, off=_str);
translate([0, 0, _str]) pcb3D(wi, hi, ri, height=height, off=off);
for (tx=[-outer_w/2]) translate([tx, 0, height/2]) rotate([0, 0, 0]) clipReceptacle();
}
}
......@@ -86,12 +92,12 @@ module clipReceptacle(w=10, h=3, d=2) {
}
clipReceptacle();
// clipReceptacle();
// body(pcb_w, pcb_h, pcb_r);
body(pcb_w, pcb_h, pcb_r);
//translate([0, 0,box_str]) PCBMockUp();
translate([0, 0,box_str]) PCBMockUp();
......
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