From f973ea3128332c61c33115cb245dcaf1e7cbd35c Mon Sep 17 00:00:00 2001 From: Bart Moyaers Date: Mon, 18 Nov 2019 21:06:51 +0100 Subject: [PATCH] Coin --- test1.scad | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test1.scad 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