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

Positioning the clips

parent f77c3e33
No related branches found
No related tags found
No related merge requests found
......@@ -132,7 +132,7 @@ module triangularClip(w=20, h=3, d=3, length=10) {
]);
}
//triangularClip();
module minkowskiDemonstration() {
......@@ -181,6 +181,15 @@ module TransportProtection(w=pcb_w, h=pcb_h, r=pcb_r, height=pcb_t, off=pcb_off,
translate([0, 0, 5.5]) rotate([0, 180, 0]) outerRing(w, h, r, $str+1);
}
// clipDisplacementX
clDsX = w/2 + off + $str;
// outer edge height
oEH = _boxH + height + TpOrChamfer +2 +1;
for (i=[-1, 1]) translate([clDsX * i, 0, oEH]) rotate([0, 0, 90 + 90*i]) triangularClip();
}
......
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