chiark / gitweb /
stringing-test: wip
[reprap-play.git] / stringing-test.scad
1 // -*- C -*-
2
3 height = 15;
4 $fn= 20;
5
6 cube([20, 4, 2]);
7
8 cylinder(r=4, h=height);
9
10 translate([30,0,0])
11   cylinder(r=8, h=height);