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 /beltclip.scad | |
| parent | a0d71f2b956818b40bb8ebb7b900f6babc9abe38 (diff) | |
Fix Belt Clip
Diffstat (limited to 'beltclip.scad')
| -rw-r--r-- | beltclip.scad | 4 |
1 files changed, 2 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; |
