aboutsummaryrefslogtreecommitdiff
path: root/src/pyramid.scad
blob: 74a5bd95a44f66e41c92918ad1810474c6f1505d (plain)
1
2
3
4
5
6
7
8
use <piecepack.scad>;

suite="arms";
value="ace";
w=25;
h=45;

pyramid(w,h,suite,value);