-
Notifications
You must be signed in to change notification settings - Fork 4
no_lid.scad
pinkfish edited this page Nov 6, 2025
·
8 revisions
The boxex which have no lids with them.
To use, add the following lines to the beginning of your file:
include <boardgame_toolkit.scad>
Description:
Makes a box with no lid, useful for spacers and other things in games.
Arguments:
| By Position | What it does |
|---|---|
width |
width of the box (outside width) |
length |
length of the box (outside length) |
wall_thickness |
thickness of the walls (default default_wall_thickness) |
material_colour |
the material colour to use (default default_material_colour) |
Example 1:
include <boardgame_toolkit.scad>
MakeBoxWithNoLid(width=100, length=50, height=20);
Example 2:
include <boardgame_toolkit.scad>
MakeBoxWithNoLid(width=100, length=50, height=20, hollow=true);
Table of Contents
Function Index
Topics Index
Cheat Sheet
Tutorials
Boxes:
- cap_box.scad
- cap_box_polygon.scad
- filament_hinge_box.scad
- hinge_box.scad
- inset_box.scad
- magnetic_box.scad
- no_lid.scad
- sliding_box.scad
- sliding_catch_box.scad
- slipover_box.scad
- slipover_path_box.scad
Basics:
Dividers:
Shapes:
Slicing:
CardLibrary:
Miscellaneous: