From 9da71f9de35dbd763d96d76a3f4cecd6593b3885 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 9 Sep 2017 19:07:24 +0100 Subject: [PATCH] sprinkler-spike-receptacle: wip strap on its way --- sprinkler-spike-receptacle.scad | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/sprinkler-spike-receptacle.scad b/sprinkler-spike-receptacle.scad index b844751..23a6b57 100644 --- a/sprinkler-spike-receptacle.scad +++ b/sprinkler-spike-receptacle.scad @@ -98,21 +98,28 @@ module FixingsPositive(){ mount_height ]); // strap - translate([main_width, -strap_width/2, strap_height]) { + translate([main_width/2, 0, strap_height]) { hull(){ translate([ -strap_around, -pos_web_thick/2, - (strap_thick + strap_around) / strap_fixing_slope ]) + -(strap_thick + strap_around) / strap_fixing_slope ]) cube([ strap_around, pos_web_thick/2 - strap_width/2, 0.5 ]); translate([ -strap_around, - -strap_around, + -(strap_around + strap_width/2), 0 ]) cube([ strap_around*2 + strap_thick, strap_around, strap_fixing_height ]); } + mirror([0,1,0]) + translate([ strap_thick, + -strap_width/2, + 0 ]) + cube([ strap_around, + strap_around + strap_width, + strap_fixing_height ]); } } -- 2.30.2