From 93308202b1f26667a27286e853924b945e77b643 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 31 Dec 2014 18:02:10 +0000 Subject: [PATCH] knifeblock: BlockPegSlots --- knifeblock.scad | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/knifeblock.scad b/knifeblock.scad index e708c64..7e03782 100644 --- a/knifeblock.scad +++ b/knifeblock.scad @@ -118,6 +118,14 @@ module AtSides(){ translate([maxx,0,0]) mirror([1,0,0]) child(1); } +module BlockPegSlot(){ + translate([recessblockwidth/2, pegrecess - 0.5*peglen, -height]){ + rotate([-90,0,0]) linear_extrude(height=totaldepth){ + PegTemplate(); + } + } +} + module Block(){ sidemidx = minsideout + screwcsinkdia/2; @@ -136,6 +144,7 @@ module Block(){ for (yshift=[-1,1]) translate([0, yshift * frontbackslop, 0]) DoKnives(); + AtSides() { BlockPegSlot(); BlockPegSlot(); } } } -- 2.30.2