chiark / gitweb /
quacks-ingredients: tuning
[reprap-play.git] / quacks-ingredients-demos.scad
1 // -*- C -*-
2
3 include <quacks-ingredients.scad>
4
5 module Demo(){ ////toplevel
6   $nspots = 3;
7   color("red") { Token_L3(); }
8   color("white") { Token_L1(); Token_L5(); }
9   color("black") { Token_L2(); Token_L4(); }
10 }
11