https://github.com/swh/shaper-domino-3d
CAD files to create 3D printable tiles of dominos compatible with the Shaper Origin CNC machine.
https://github.com/swh/shaper-domino-3d
Last synced: 1 day ago
JSON representation
CAD files to create 3D printable tiles of dominos compatible with the Shaper Origin CNC machine.
- Host: GitHub
- URL: https://github.com/swh/shaper-domino-3d
- Owner: swh
- License: gpl-3.0
- Created: 2025-06-24T11:00:58.000Z (3 days ago)
- Default Branch: main
- Last Pushed: 2025-06-24T11:12:25.000Z (3 days ago)
- Last Synced: 2025-06-24T12:31:20.800Z (3 days ago)
- Language: OpenSCAD
- Size: 3.34 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# shaper-domino-3d
CAD files to create 3D printable tiles of dominos compatible with the Shaper Origin CNC machine.
To render a tile, open `domino-tiles.3mf` in OpenSCAD, edit the `TILE_NUM = `
line at the top, render (F6), and export to 3MF.There are some example tiles in the models/ directory.
The SCAD files are:
* `domino-tiles.scad` - the main file to print tiles
* `tile-utils.scad` - some constants, maths and shapes that are common to multiple models
* `edge-spacer.scad` - dovetails into the top/bottom edge of the tiles, but give a bit more working room
* `spacer-dog.scad` - vertical spacer, designed to fit a MFT table - used to bring the tiles up to a level with your workpiece. Parametric.
* `tile-bits-4x10.scad` - raw data for the domino bitstrings, for 256x256mm build plates
* `tile-bits-5x13.scad` - row data for the domino bitstrings, for larger build plates (untested)