diff options
| author | feurig <don@suspectdevices.com> | 2022-05-15 19:46:45 -0700 |
|---|---|---|
| committer | feurig <don@suspectdevices.com> | 2022-05-15 19:46:45 -0700 |
| commit | 78785f2985e5b3af67ad832ef514f2fb312eb07b (patch) | |
| tree | 0ce534a94ec018c46522eb701b2f8a49d7f41138 | |
| parent | 7a01b83fd5baf775b62b4f77d200fa59dae931dc (diff) | |
v2.7
| -rw-r--r-- | beltclip.scad | 20 |
1 files changed, 11 insertions, 9 deletions
diff --git a/beltclip.scad b/beltclip.scad index 5947fff..aa3acd2 100644 --- a/beltclip.scad +++ b/beltclip.scad @@ -5,17 +5,17 @@ // $fa = 1; $fs = 0.4; -clipLength=32.00; -clipHeight=3.0; +clipLength=28.00; +clipHeight=2.75; clipWidth=22.0; clipHoleWidth=11.0; -clipHoleLength=22.0; +clipHoleLength=19.0; clipHandleWidth=52.0; -clipHandleLength=3.0; -clipHandleHeight=12.0; +//clipHandleLength=3.0; +clipHandleHeight=6.0; clipHandleOffset=-6.0; -wedgeHeight=8.0; -wedgeWidth=42.0; +wedgeHeight=clipHandleHeight; +wedgeWidth=46.0; union(){ difference (){ @@ -26,8 +26,10 @@ union(){ cube([clipHoleWidth,clipHoleLength,clipHeight+4], center=false); } } - translate([-(clipHandleWidth/2.0),(clipHandleOffset),0]){ - cube([clipHandleWidth,clipHandleLength,clipHandleHeight], center=false); + translate([0.0,(clipHandleOffset),clipHandleHeight/2.0]){ + rotate([0,90,0]){ + cylinder(h=clipHandleWidth,d=clipHandleHeight, center=true); + } } CubePoints = [ |
