diff options
| author | D Delmar Davis <don@suspectdevices.com> | 2024-03-31 16:27:26 -0700 |
|---|---|---|
| committer | D Delmar Davis <don@suspectdevices.com> | 2024-03-31 16:27:26 -0700 |
| commit | 02ed777cd618902b003710019e0ef678c68f93bb (patch) | |
| tree | 01af3c2cf997918c5f623c92a02f78ee28d12c4f | |
| parent | a0d71f2b956818b40bb8ebb7b900f6babc9abe38 (diff) | |
Fix Belt Clip
| -rw-r--r-- | beltclip.scad | 4 | ||||
| -rw-r--r-- | stand_rev2.scad | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/beltclip.scad b/beltclip.scad index aa3acd2..410b7b2 100644 --- a/beltclip.scad +++ b/beltclip.scad @@ -5,11 +5,11 @@ // $fa = 1; $fs = 0.4; -clipLength=28.00; +clipLength=32.00; clipHeight=2.75; clipWidth=22.0; clipHoleWidth=11.0; -clipHoleLength=19.0; +clipHoleLength=23.0; clipHandleWidth=52.0; //clipHandleLength=3.0; clipHandleHeight=6.0; diff --git a/stand_rev2.scad b/stand_rev2.scad new file mode 100644 index 0000000..ef5e44a --- /dev/null +++ b/stand_rev2.scad @@ -0,0 +1,5 @@ +$fa = 1; +$fs = 0.4; +vesaWidth=200.00; +mountDiameter=170.00; +mountWidth=144.0; |
