Skip to content

CheatSheet

pinkfish edited this page Oct 2, 2024 · 49 revisions

BoardGame Insert Cheat Sheet

LibFile: boardgame_toolkit.scad

Section:

Constants: m_piece_wiggle_room

Section: BuildingBlocks

RoundedBoxOnLength(100, 50, 10, 5);

RoundedBoxAllSides(30,20,10,5);

RoundedBoxGrid(20,20,10,5, rows=2, cols=1);

RegularPolygon(10, 5, 6);

RegularPolygonGrid(10, 2, 1, 2)

RegularPolygonGridDense(10, 2, 1)

LidMeshHex(width = 70, length = 50, lid_height = 3, boundary = 10, radius = 5, shape_thickness = 2);

LidMeshRepeating(50, 20, 3, 5, 10);

Section: SlidingBox

SlidingLid(width=10, length=30, lid_height=3, wall_thickness = 2, lid_size_spacing = 0.2);

Clone this wiki locally