aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorElena of Valhalla'' Grandi <valhalla@trueelena.org>2014-03-05 14:13:53 +0100
committerElena of Valhalla'' Grandi <valhalla@trueelena.org>2014-03-05 14:13:53 +0100
commit04e090500e3f98ab8df843c472051ce6e1d14ce9 (patch)
tree6829b0471a80a527bda5bb5824de931f9da961fb /src
parente4ca1e720cfd8ae4f8bc34cbfda33d7442a2bee3 (diff)
Improved pyramids
Diffstat (limited to 'src')
-rw-r--r--src/piecepack.scad1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/piecepack.scad b/src/piecepack.scad
index b35c6ad..0947862 100644
--- a/src/piecepack.scad
+++ b/src/piecepack.scad
@@ -104,6 +104,7 @@ module pyramid(w,h,suite,value) {
difference() {
plain_pyramid(w,h,0);
plain_pyramid(w-4,h-4,-0.01);
+ translate([0,0,h]) cube(7, center=true);
if ( suite != "null") {
translate([0,-w/2+1,0]) rotate([atan(h/(w/2)),0,0]) linear_extrude(height=2)
scale(0.9*w/50) translate([-25,0,0]) import(str("../graphics/",suite,".dxf"));