diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2015-07-26 21:59:30 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2015-07-26 22:01:48 +0200 |
commit | f64757a4dccde06dd903653d93ea76d7f8dbe05f (patch) | |
tree | 35796b1dff8eefd51172fa8a82e4af4acf37fad7 /src/fish_shuttle.scad | |
parent | 992b8b3eac7d00a5cb88c859efb05bfe6fbf68fb (diff) |
Stick shuttle.
Diffstat (limited to 'src/fish_shuttle.scad')
-rw-r--r-- | src/fish_shuttle.scad | 4 |
1 files changed, 4 insertions, 0 deletions
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); +} |