chiark / gitweb /
Makefile: prepare for use of commitid
[moebius3.git] / moebius-demo.scad
1 // -*- C -*-
2
3 include <moebius-core.scad>
4
5   rotate([90,0,0])
6 intersection(){
7   rotate([0,0,135])
8     MoebiusCore();
9 //  translate([0,0,165])
10 //    cube(center=true, 400);
11   translate([0,200,0])
12     cube(center=true, 400);
13 }