diff options
| -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; |
