Skip to content

chicken.scad

pinkfish edited this page Jun 15, 2026 · 2 revisions

LibFile: chicken.scad

This file has all the modules needed to make chicken tesselations.

To use, add the following lines to the beginning of your file:

include <boardgame_toolkit.scad>

File Contents

Module: TesselationChickenHex()

Description:

Make a chicken hex from a kite tesselation.

Arguments:

By Position What it does
size length of the chicken

Example 1:

TesselationChickenHex() Example 1
include <boardgame_toolkit.scad>
TesselationChickenHex(size=20);




Clone this wiki locally