chiark / gitweb /
adafruit-powerboost: reorganise layerframes
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 2 Dec 2021 20:43:46 +0000 (20:43 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 2 Dec 2021 20:43:46 +0000 (20:43 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
adafruit-powerboost-common.scad

index 505e47247dab9824cc70e814915dc1b142d294a7..86241e5a0a23fc8cd7a0f8ede23fb3de8115914a 100644 (file)
@@ -250,6 +250,13 @@ module PsuMountTest() { ////toplevel
        translate([0, psu_y, psu_z]) {
          PsuMountNegative();
        }
        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])
       }
     }
     translate([0, psu_y, psu_z])
@@ -290,13 +297,6 @@ module PsuMountTestFullMain() { ////toplevel
   difference(){
     translate([0,0, ceil])
       PsuMountTest();
   difference(){
     translate([0,0, ceil])
       PsuMountTest();
-
-    translate([0, psu_y, 0]) {
-      linextr(-1, psu_initial_layer_thick) {
-       offset(delta=psu_multicolour_gap)
-         PsuLedLegendsPlan();
-      }
-    }
   }
 }
 
   }
 }