chiark / gitweb /
knifeblock: Peg slot in block fix
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 1 Jan 2015 23:38:20 +0000 (23:38 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 1 Jan 2015 23:38:20 +0000 (23:38 +0000)
knifeblock.scad

index 4cee4c889426bdcdba0dc41a09407c18fa327228..9eac44e8f2c740958e40d8f1daceee9364e1c9b4 100644 (file)
@@ -133,7 +133,7 @@ module AtSides(){
 }
 
 module BlockPegSlot(){
-  translate([recessblockwidth/2, pegrecess - 0.5*peglen, -height]){
+  translate([recessblockwidth/2, pegrecess - peglen, -height]){
     rotate([-90,0,0]) linear_extrude(height=totaldepth){
       PegTemplate(peghead/2 * 1.2);
     }