diff options
author | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2013-12-01 12:19:04 +0100 |
---|---|---|
committer | Elena of Valhalla'' Grandi <valhalla@trueelena.org> | 2013-12-01 12:19:04 +0100 |
commit | 9932d0714b20e308cf441293be9275faa11dff5d (patch) | |
tree | a052a4fc5e6641fa0c024954517c8373e5a93a46 /src | |
parent | 45ef2f767970facedfd817ab8a5623d609327c0e (diff) |
tile: enlarged small arms symbol
Diffstat (limited to 'src')
-rw-r--r-- | src/piecepack.scad | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/piecepack.scad b/src/piecepack.scad index ce6e62a..ad0abf7 100644 --- a/src/piecepack.scad +++ b/src/piecepack.scad @@ -10,7 +10,7 @@ module tile(suite,value) { translate([0,0,4]) linear_extrude(height=2) import(str("../graphics/",value,".dxf")); } - translate([2,38,4]) linear_extrude(height=2) scale(0.2) import(str("../graphics/",suite,".dxf")); + translate([0,35,4]) linear_extrude(height=2) scale(0.3) import(str("../graphics/",suite,".dxf")); } cube([24.5,24.5,1]); translate([25.5,0,0]) cube([24.5,24.5,1]); |