-
Notifications
You must be signed in to change notification settings - Fork 4
pentagons.scad
pinkfish edited this page Jun 26, 2026
·
3 revisions
This file has all the modules needed to make a sheep tesselation.
To use, add the following lines to the beginning of your file:
include <boardgame_toolkit.scad>
Description:
Make a sheep tesselation.
Arguments:
| By Position | What it does |
|---|---|
size |
length of the sheep |
x |
x location |
y |
y location |
thickness |
thickness of the sheep |
Example 1:
include <boardgame_toolkit.scad>
SheepTesselation(size=20, x=0, y=0, thickness=2);
Description:
Make a sheep tesselation area.
Arguments:
| By Position | What it does |
|---|---|
size |
length of the sheep |
width |
width of the space |
length |
length of the space |
thickness |
thickness of the sheep |
Example 1:
include <boardgame_toolkit.scad>
SheepTesselationArea(size=20, width=200, length=100, thickness=1);
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: