diff --git a/test1.scad b/test1.scad new file mode 100644 index 0000000..e36593d --- /dev/null +++ b/test1.scad @@ -0,0 +1,5 @@ +// $fa = 0.1; +$fn = 100; +thickness = 2.5; +radius = 12; +cylinder(thickness,radius,radius,[0,0,0]); \ No newline at end of file