X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=adafruit-powerboost-common.scad;h=b62643ac8ba297a2ad25efca633c980c1d2e860a;hb=ba7c5b240dcdab5fa3f4e3f7823bb828551471f0;hp=86f62639ad1f6cceb63217d4930c094fb7cf6816;hpb=4a9d7e6d6c3161ab5b979ce7a820b6148495b7ad;p=reprap-play.git 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); }