https://github.com/lordofhyphens/movement-trays
3D model for movement trays! Originally designed to let me convert my 40K Chaos Daemons for Fantasy.
https://github.com/lordofhyphens/movement-trays
Last synced: 3 months ago
JSON representation
3D model for movement trays! Originally designed to let me convert my 40K Chaos Daemons for Fantasy.
- Host: GitHub
- URL: https://github.com/lordofhyphens/movement-trays
- Owner: lordofhyphens
- Created: 2014-12-02T02:11:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-02T02:27:32.000Z (over 10 years ago)
- Last Synced: 2025-01-28T17:49:27.099Z (5 months ago)
- Language: OpenSCAD
- Size: 293 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This work is in the Public Domain.
How to Use:
Create a new SCAD file in the same directory as tray1.scad
Add the following line:
`use`
Now add another line under that one, to call `circle_tray()`.
* The first argument is the number of bases to fit in the width.
* Second argument is the number of rows of bases.
* Third argument is a vector, containing the length and width of the bases. This in mm.
* Fourth argument is the height of the tray in mm. It defaults to 3.5mm, but 4.0 works well too.
* Finally, the last argument is either true or false. If it's set to false, it will make old-style Fantasy bases. if it's True, it will make a square movement tray with room to place round bases.