diff options
author | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2013-12-03 13:49:46 +0100 |
---|---|---|
committer | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2013-12-03 13:49:46 +0100 |
commit | 2a7b6aa4cfe716751e1c1b0e981b96c392988d6f (patch) | |
tree | 13519f6e4d9177a36d02a39e2b8f1f37e1268f62 /src/piecepack.scad | |
parent | afece4a6d0bad9c381306e4b31bbed60e1a07b16 (diff) |
pawn
Diffstat (limited to 'src/piecepack.scad')
-rw-r--r-- | src/piecepack.scad | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/piecepack.scad b/src/piecepack.scad index ef3f3c7..4b701e4 100644 --- a/src/piecepack.scad +++ b/src/piecepack.scad @@ -54,3 +54,12 @@ module die(suite) { import("../graphics/4.dxf"); } } + +module pawn(suite) { + difference() { + cylinder(r=8, h=22); + translate([-8,-8,21]) linear_extrude(height=1.5) scale(0.32) + import(str("../graphics/",suite,".dxf"),center=true); + } +} + |