<!--
SPDX-License-Identifier: LicenseRef-PD-hp OR CC0-1.0 OR 0BSD OR MIT-0 OR MIT
-->

This project is to develop a stand to hold two d20s (twenty-sided dice) for
use as a status display for \*haven games. The natively provided displays
are often too loose and change numbers when bumped. While d20s don't cover
the entire range of values, using them modulo 20 works well enough. However,
they are also prone to rolling if lightly bumped, so having a stand for the
two status dice that can reduce then chance of that, is useful.

This is a significantly easier (and quicker) project to do than trying
to replicate the dials in \*haven games with some improvements.

The source is for use with Openscad, which can output an stl file to be used 
by a slicer to produce gcode for a 3d printer.

For example:
`openscad -o dice-stand.stl dice-stand.scad`

You can also get a 2d preview, using for example:
`openscad -o dice-stand.png dice-stand.scad`
