Parametric OpenSCAD design for a casino-style poker chip with embossed edge spots, logo, text, and a QR code — ready for FDM printing.
| Front | Back |
|---|---|
![]() |
![]() |
- 39 mm casino-standard disc, 3.5 mm thick (parametric)
- Embossed edge spots, SVG logo, custom text, and a QR code
- QR generated natively in OpenSCAD via scadqr
- All features rise to the same emboss height for clean multi-material prints
- Exports to 3MF / AMF preserve per-feature colors
| File | Purpose |
|---|---|
maker-chip.scad |
Main model. Open in OpenSCAD. |
qr.scad |
scadqr dependency, included by the main file. |
logo.svg / logo.dxf |
Source artwork for the embossed logo. |
Orbitron-VariableFont_wght.ttf |
Font used for the text on the front face. |
maker-chip.3mf |
Pre-rendered multi-material export. |
- Install OpenSCAD (2021.01 or newer).
- Install the
Orbitronfont, or changetext_fontin the.scadfile. - Open
maker-chip.scadand tweak the parameters at the top:qr_text— what the QR encodes (set to""to disable)text_top/text_bottom— front-face textlogo_file— swap in your own SVG (closed paths work best)disc_color/spot_color/logo_color/text_color/qr_color
- Render (F6) and export to 3MF for a multi-material slicer, or STL for single-color printing.
MIT — see LICENSE.

