OpenSCAD Phone Stand example

OpenSCAD examples
/

Phone Stand

Intermediate

Practical parts

Lesson 16 of 22

Build an angled support that survives ground-plane clipping with its intended height.

Try changing:

widthdepthback_heightleanphone_gap

Low compile complexity. One 2D rounded base and two slabs; clipping should not shorten the backrest.

How this model works

The backrest is not centered: its local bottom is anchored inside the base before it is rotated backward about X. This preserves its full rise above the desk, unlike rotating a centered slab and clipping away most of it. The clipping cutter ends at z = 0, leaving the base intact. A small overlap joins the backrest and lip to the base. Fit, stability, cable access, and load capacity still need real-world evaluation.

main.scad

Loading draft

Ctrl/Cmd+Enter or F5: preview · F6: render · Ctrl/Cmd+F: search · Ctrl+Space: complete · Tab: leave editor

0 messages

Make it your own

Change lean from 10 to 25 degrees. Estimate the top height as base_thickness + back_height × cos(lean), and check that the backrest still projects over the base.

Change one parameter at a time and inspect the result. Use the workspace reset action to return to this lesson’s original model.

FAQ