From: Ian Jackson Date: Fri, 3 Dec 2021 23:23:43 +0000 (+0000) Subject: adafruit-powerboost-common: PsuLedWindowsWindows, fix location X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=7e924b2bf4112dc1c9b09dd522b0ac873405ed37;p=reprap-play.git adafruit-powerboost-common: PsuLedWindowsWindows, fix location Signed-off-by: Ian Jackson --- diff --git a/adafruit-powerboost-common.scad b/adafruit-powerboost-common.scad index 86f6263..b62643a 100644 --- a/adafruit-powerboost-common.scad +++ b/adafruit-powerboost-common.scad @@ -193,7 +193,8 @@ module PsuLedWindowsPlan(){ } module PsuLedWindowsWindows(ceil){ - linextr(0, psu_initial_layer_thick) + translate([0,0, -psu_z - ceil]) + linextr(0, psu_initial_layer_thick) offset(delta=psu_window_ledge) PsuLedWindowsPlan(); } @@ -325,7 +326,7 @@ module PsuMountTestFullText() { ////toplevel } module PsuMountTestFullWindows() { ////toplevel PsuMountTestFullLayerFrame(1); - translate([0, psu_y, 0]) + translate([0, psu_y, psu_z + psu_test_ceil]) PsuLedWindowsWindows(psu_test_ceil); }