X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=blobdiff_plain;f=cable-splice-clamp.scad;h=35d8be143ade70e29e1ca07c08de9a16c46c3124;hp=a64415d1b69bd372bae1d56a242079f5e4b646de;hb=d66c83a90d5552cad6773fff5b755f53aa4fd36d;hpb=f1487bd6bec645a991164b4cd15d4fd82535548f diff --git a/cable-splice-clamp.scad b/cable-splice-clamp.scad index a64415d..35d8be1 100644 --- a/cable-splice-clamp.scad +++ b/cable-splice-clamp.scad @@ -97,10 +97,12 @@ module CompleteClamp(){ ////toplevel } module HalfPrint(){ ////toplevel - intersection(){ - rotate([-90,0,-90]) - CompleteClamp(); - translate([-100,-100,0]) cube([1000,200,200]); + rotate([0,180,0]){ + intersection(){ + rotate([-90,0,-90]) + CompleteClamp(); + translate([-100,-100,0]) cube([1000,200,200]); + } } }