summaryrefslogtreecommitdiff
path: root/src/shuttle.scad
blob: 6b9a78e9d194be10f0460b30b9baad7d5b0a3ab7 (plain)
1
2
3
4
minkowski() {
    linear_extrude(height=4) import("gfx/shuttle.dxf");
    sphere(r=1, $fn=8);
}