From 7e924b2bf4112dc1c9b09dd522b0ac873405ed37 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 3 Dec 2021 23:23:43 +0000 Subject: [PATCH] adafruit-powerboost-common: PsuLedWindowsWindows, fix location Signed-off-by: Ian Jackson --- adafruit-powerboost-common.scad | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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); } -- 2.30.2