From: Ian Jackson Date: Thu, 1 Jan 2015 19:37:09 +0000 (+0000) Subject: knifeblock: Fix CoverParts peg z alignment X-Git-Tag: filamentspool-v2-release~240 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=fcf878b3bae33bc89489ca7f9df1cbcf72109e80;p=reprap-play.git knifeblock: Fix CoverParts peg z alignment --- diff --git a/knifeblock.scad b/knifeblock.scad index 89568df..92032d8 100644 --- a/knifeblock.scad +++ b/knifeblock.scad @@ -287,7 +287,7 @@ module Demo(){ ////toplevel module CoverParts(){ ////toplevel Cover(); - translate([0, coverlonglen, pegheight/2]) { + translate([0, coverlonglen, pegheight/2-pegslopv]) { Peg(); translate([-peghead-3, 0,0]) Peg(); }