chiark / gitweb /
for testing
[moebius3.git] / moebius-demo.scad
1 // -*- C -*-
2
3 include <moebius-core.scad>
4
5 intersection(){
6   MoebiusCore();
7   translate([0,0,165])
8     cube(center=true, 400);
9 }