Thingiverse
Parametric Stackable Multiboard Tiles
by hall757
102
Downloads
132
Likes
1
Makes
# Parametric multiboard stacks
## Info & credits
Refer for more info:
[multiboard.io](https://www.multiboard.io/)
Or at thangs.com
[8x8 Multiboard Core Tile](https://thangs.com/designer/Keep%20Making/3d-model/8x8%20Multiboard%20Core%20Tile-974214)
Thanks to [shaggyone](https://github.com/shaggyone) for doing the hard work!
Forked from [multiboard-parametric](https://github.com/shaggyone/multiboard-parametric)
## Usage
``` C
// Create a common (core) tile 3 cells width, and 2 cells in height
classic_core(3, 2);
// Create a side tile tile 3 cells width, and 2 cells in height. Tooth are on
// the right side
classic_side(3, 2);
// Create a side tile tile 3 cells width, and 2 cells in height. Tooth are on
// the top side
classic_side2(3, 2); // keeps x&y consistant with other generated tiles
// or
classic_side(2, 3);
// Create a corner 3 by 2 tile
classic_corner(3, 2);
// see the end of the code for all examples
```
If you use it, please let us
## Info & credits
Refer for more info:
[multiboard.io](https://www.multiboard.io/)
Or at thangs.com
[8x8 Multiboard Core Tile](https://thangs.com/designer/Keep%20Making/3d-model/8x8%20Multiboard%20Core%20Tile-974214)
Thanks to [shaggyone](https://github.com/shaggyone) for doing the hard work!
Forked from [multiboard-parametric](https://github.com/shaggyone/multiboard-parametric)
## Usage
``` C
// Create a common (core) tile 3 cells width, and 2 cells in height
classic_core(3, 2);
// Create a side tile tile 3 cells width, and 2 cells in height. Tooth are on
// the right side
classic_side(3, 2);
// Create a side tile tile 3 cells width, and 2 cells in height. Tooth are on
// the top side
classic_side2(3, 2); // keeps x&y consistant with other generated tiles
// or
classic_side(2, 3);
// Create a corner 3 by 2 tile
classic_corner(3, 2);
// see the end of the code for all examples
```
If you use it, please let us
Did you print this model? Sign in and share your make!
Sign in to leave a comment
Sign inNo comments yet – be the first!