Parametric Multi-Angle Phone Stand

Multi-angle (20-75 deg) phone stand matched to your phone dimensions.
In the contest Quick and Useful Prints
12
237
1
1420
updated January 15, 2023

Description

PDF

Parametric Multi-Angle Phone Stand

 

Update 20211117 

Now also allow phones to stand upright in the stand. Updated and refactored the code.

 

Update 20211102

NOTE: the web site does not support the upload of Excel files. I had to rename the upload file:
designdata-rename-to-xlsx.txt
After download, please rename the file to:
designdata.xlsx
for the code to work.

Added examples with a smooth tower, no ridges.

Summary

Multi-angle (20-75 deg) phone stand matched to your phone dimensions.

The design is fully parametric, providing for different phone sizes. The top and bottom of the phone fall into place in matching recesses in the frame.  The phone can be tilted at angles from 20 degrees to 75 degrees.

The stand can be made with two vertical parts connected by short beams (sticks) or as a single, wider vertical part that must be printed wide enough to be stable.

CadQuery supports parametric design using Python. Parametric design proved to be invaluable for this design, allowing easy adjustment of the design.  The CadQuery code is in the file stand.py and some of the adjustable variables are shown in standconcept.pdf.

 The Design

The design is coded in Python in CadQuery with data captured in an Excel file. The datafile has a number of design cases. Not all the designs were tested in printed form. The Note9 and S21Ultra designs were tested.

A side view with key dimensions is shown in standconcept.pdf. Most of the important variables are in the Excel data file.  

All dimensions in millimetres, and all angles in degrees. These variables are:

  1. Phone (string): configuration and STL filename.
  2. phonewidth (double): outer portrait width of phone plus case.  This dimension must be accurate because it determines the tower position, relative to the base positions.  If this dimension is wrong the design will not work.
  3. phonethick (double): outer thickness of phone plus case.  This dimension is NOT critical, make it bigger than the actual phone width in order to avoid funny shapes on the tower.
  4. phonelong (double): outer portrait length of phone plus case.  This is also the length of the beams/sticks, in order to place the vertical sides on the outer edge.  This dimension is NOT critical.
  5. basewide (double): width of the base of the side, this is eventually the width of the vertical parts. Make wider if only one part is used (without sticks).
  6. basedepth (double): depth or length of the base. Must be deep enough to support the rear of the stand.
  7. baseheight (double):  height of the central base section. The front is higher by 6 mm, see basefront, to provide adequate vertical support for low tilt anges.
  8. basedrop (double): how much the base is dropped relative to initial position.
  9. firstYoffset (double): Distance from the front to the first dip.
  10. dosticks (boolean): 0 or 1. If 0 no sticks or holes are used. If 1, make holes and sticks.
  11. stickdepth (double): stick width.
  12. stickshorten (double): If the stick is not the same length than phonelong, this distance is substracted to make shorter sticks.
  13. stickthick (double): stick thickness. The stick is quite thin, so print with higher infill.
  14. stickpositionAngles ([double]): list of stick hole angle(s) in degrees.
  15. stickpositionY ([double]): list of stick y (depth) coordinates of lower left corner.
  16. stickpositionZ ([double)]: list of stick z (height) coordinates of lower left corner.
  17. towerrear (double): thickness from the line connecting the top phone edges to the back of the tower.
  18. towerfront (double):  thickness from the line connecting the top phone edges to the front of the tower.
  19. numpositions (int): how many angles, must be odd in order to support three-point arcs.
  20. towerlimitsYpos ([double]): list of two values for y range for parametric variation of the phone bottom corner variation.  For increasing angles, the bottom corner moves along the line defined by towerlimitsYpos and towerlimitsZpos
  21. towerlimitsZpos ([double]):  list of two values for  z range for parametric variation of the phone bottom corner variation. For increasing angles, the bottom corner moves along the line defined by towerlimitsYpos and towerlimitsZpos
  22. towerlimitsAngles ([double]):  list of two values for angle parametric range (degrees).
  23. towerrearfootslope (double): If zero the back of the tower is connected to the base by a straight line. If non-zero (must be negative) this slope helps determine a three-point arch connecting the base to the bottom of the tower.  This variable is very fickle and requires careful adjustment (between -0.1 and -3 seems to work sometimes). If you have difficuly, just make this a zero for a straight line.
  24. filletrad (double): fillet radius. Sometimes sharp edges will not render the design if the fillet is non-zero. Set the fillet to zero while debugging.
  25. clearance (double): clearance between hole in the side and the stick.

The design is done in [CadQuery](https://cadquery.readthedocs.io/en/latest/). Thanks to the CadQuery development team and for the support on the [CadQuery Group](https://groups.google.com/g/cadquery/c/qyUJNKCnPu4).  The code-based development is supported by a convenient GUI [CQ-editor](https://github.com/CadQuery/CQ-editor).

 Print

PLA or better.

Vertical parts printed with 15% infill and sticks with 30% infill. Glue the parts together.

Turn the vertical part(s) on the side on the build plate.

 

Tags



Model origin

The author marked this model as their own original creation.

License