From a0ece72c445d38570668fc4f5319b44c96c4336f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 9 Feb 2016 02:07:15 +0000 Subject: [PATCH] cable-splice-clamp: a thing to print --- cable-splice-clamp.scad | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/cable-splice-clamp.scad b/cable-splice-clamp.scad index 0a78250..7533bcd 100644 --- a/cable-splice-clamp.scad +++ b/cable-splice-clamp.scad @@ -78,5 +78,14 @@ module CompleteClamp(){ ////toplevel } } +module HalfPrint(){ ////toplevel + intersection(){ + rotate([-90,0,-90]) + CompleteClamp(); + translate([-100,-100,0]) cube([1000,200,200]); + } +} + //CrossSectionDemo(); -CompleteClamp(); +//CompleteClamp(); +HalfPrint(); -- 2.30.2