diff options
| author | feurig <don@suspectdevices.com> | 2022-02-01 12:07:20 -0800 |
|---|---|---|
| committer | feurig <don@suspectdevices.com> | 2022-02-01 12:07:20 -0800 |
| commit | 40a6298b29c042da68514e44e94d784896729902 (patch) | |
| tree | 960c512119c9260d3c98bd5c1f5e07c81a8f0cdd /pipe_clamp.scad | |
| parent | 1b47ac0ce99d7c711c86feded1321fa58091181b (diff) | |
Add pics of project in action.
Diffstat (limited to 'pipe_clamp.scad')
| -rw-r--r-- | pipe_clamp.scad | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/pipe_clamp.scad b/pipe_clamp.scad index 4f76f69..400e4d8 100644 --- a/pipe_clamp.scad +++ b/pipe_clamp.scad @@ -46,12 +46,19 @@ difference () { depth=gap2wall, rotation=[0,90,0], location=[-1,0,clampHeight/2.0]); + DY=((pipeDiameter/2) + +clampThickness + +((baseWidth - (pipeDiameter+(clampThickness*2.0)))/4) + ); + bevelled_screw_hole(diameter=4, depth=gap2wall, rotation=[0,90,0], - location=[-1, - (pipeDiameter/2)+clampThickness+ - (baseWidth - (pipeDiameter+(clampThickness*2.0))/4), - clampHeight/2.0]); + location=[baseThickness-gap2wall+1.5,DY,clampHeight/2.0]); + + bevelled_screw_hole(diameter=4, + depth=gap2wall, + rotation=[0,90,0], + location=[baseThickness-gap2wall+1.5,-DY,clampHeight/2.0]); }
\ No newline at end of file |
