diff options
author | Jan Huwald <jh@sotun.de> | 2015-07-13 07:29:13 (GMT) |
---|---|---|
committer | Jan Huwald <jh@sotun.de> | 2015-07-13 07:29:13 (GMT) |
commit | 6dc93ada6ed161468c240ff8c4a2a1147247b3bf (patch) | |
tree | e1f3be829ddd19a7db98d55f6768bca0ab3cb9af /suspension_cube_stencil.scad | |
parent | 2878fa2b7c059a95860bc5e6accc5f7f04ced9b0 (diff) | |
parent | 42fad9cc9817101d710c05c958a7e333088801aa (diff) |
Diffstat (limited to 'suspension_cube_stencil.scad')
-rw-r--r-- | suspension_cube_stencil.scad | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/suspension_cube_stencil.scad b/suspension_cube_stencil.scad new file mode 100644 index 0000000..c950074 --- /dev/null +++ b/suspension_cube_stencil.scad @@ -0,0 +1,10 @@ +no_master = true; + +include<suspension_cube.scad>; + +for (i = [0, 1]) +translate([i*1.5*cube_side, 0]) +projection(cut=true) +translate([clamp_hole_excentricity, 0, clamp_hole_excentricity]) +rotate([90, i*90, 0]) +suspension_cube(); |