An open API service indexing awesome lists of open source software.

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.

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.