From: Ian Jackson Date: Sat, 13 Feb 2016 17:31:41 +0000 (+0000) Subject: cable-splice-clamp: HalfClampPrint X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=c2f9e017b2854093dee8c949617badb1b99a88bf;p=reprap-play.git cable-splice-clamp: HalfClampPrint --- diff --git a/cable-splice-clamp.scad b/cable-splice-clamp.scad index 709965a..bed9edb 100644 --- a/cable-splice-clamp.scad +++ b/cable-splice-clamp.scad @@ -128,6 +128,12 @@ module HalfClamp(){ ////toplevel } } +module HalfClampPrint(){ ////toplevel + rotate([180,0,0]) + HalfClamp(); +} + //CrossSection(); //CrossSectionDemo(); -HalfClamp(); +//HalfClamp(); +HalfClampPrint();