From f64757a4dccde06dd903653d93ea76d7f8dbe05f Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Sun, 26 Jul 2015 21:59:30 +0200 Subject: Stick shuttle. --- src/fish_shuttle.scad | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/fish_shuttle.scad (limited to 'src/fish_shuttle.scad') diff --git a/src/fish_shuttle.scad b/src/fish_shuttle.scad new file mode 100644 index 0000000..6b9a78e --- /dev/null +++ b/src/fish_shuttle.scad @@ -0,0 +1,4 @@ +minkowski() { + linear_extrude(height=4) import("gfx/shuttle.dxf"); + sphere(r=1, $fn=8); +} -- cgit v1.2.3