chiark / gitweb /
6dd252c18cd580533d96e720569ad1b2119c719f
[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);