From 02ed777cd618902b003710019e0ef678c68f93bb Mon Sep 17 00:00:00 2001 From: D Delmar Davis Date: Sun, 31 Mar 2024 16:27:26 -0700 Subject: Fix Belt Clip --- beltclip.scad | 4 ++-- stand_rev2.scad | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 stand_rev2.scad 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; -- cgit v1.2.3