From: Ian Jackson Date: Thu, 2 Dec 2021 20:44:46 +0000 (+0000) Subject: adafruit-powerboost: reorganise layerframes X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=851c9cba55b3ae4a0bdbd71a02db7ea20ae806ec;p=reprap-play.git adafruit-powerboost: reorganise layerframes Signed-off-by: Ian Jackson --- diff --git a/adafruit-powerboost-common.scad b/adafruit-powerboost-common.scad index 86241e5..7b5536e 100644 --- a/adafruit-powerboost-common.scad +++ b/adafruit-powerboost-common.scad @@ -250,17 +250,17 @@ module PsuMountTest() { ////toplevel translate([0, psu_y, psu_z]) { PsuMountNegative(); } - - translate([0, psu_y, -ceil]) { - linextr(-1, psu_initial_layer_thick) { - offset(delta=psu_multicolour_gap) - PsuLedLegendsPlan(); - } - } } } translate([0, psu_y, psu_z]) PsuMountWindowsNegative(ceil); + + translate([0, psu_y, -ceil]) { + linextr(-1, psu_initial_layer_thick) { + offset(delta=psu_multicolour_gap) + PsuLedLegendsPlan(); + } + } } }