From: Ian Jackson Date: Sun, 21 Jan 2018 13:45:10 +0000 (+0000) Subject: fairphone-case: SideButton: introduce and echo eff_y (nfc) X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=reprap-play.git;a=commitdiff_plain;h=b23f16aa899805b5f990efd5e83e46e7660ac257 fairphone-case: SideButton: introduce and echo eff_y (nfc) Signed-off-by: Ian Jackson --- diff --git a/fairphone-case.scad b/fairphone-case.scad index 761c250..ea84f81 100644 --- a/fairphone-case.scad +++ b/fairphone-case.scad @@ -260,7 +260,9 @@ module AroundEdges(fill_zstart, fill_th, fill_downwards=0){ module SideButton(y,l){ $button_l= l; - translate([0, -y, 0]) + eff_y = -y; + echo(eff_y); + translate([0, eff_y, 0]) children(); }