chiark / gitweb /
adafruit-powerboost: legends wip
[reprap-play.git] / adafruit-powerboost-common.scad
index 79752520413b40c0e094d33056f1d6a8a4bc5161..14a9b975cb826a5d4e698bd2e852cddda1cee598 100644 (file)
@@ -171,6 +171,10 @@ module PsuClamp(){ ////toplevel
        mirror([1,0])
        translate([0,-20]) square(40);
     }
+    linextr(-10,10) {
+      rotate(-90)
+      PsuUsbAVSpacePlan();
+    }
   }
 }
 
@@ -189,10 +193,15 @@ module PsuMountDemo(ceil = 2.5) { ////toplevel
        PsuLedWindowsPlan();
     }
     %PsuMountNegative();
+
     color("yellow") translate([0,0, -psu_z - ceil])
       linear_extrude(height=0.4, convexity=10)
       PsuLedWindowsPlan();
 
+    color("blue") translate([0,0, -psu_z - ceil])
+      linear_extrude(height=0.4, convexity=10)
+      PsuLedLegendsPlan();
+
     translate([0, psu_board_nutbox_y, 10])
       rotate([180,0,0])
       rotate([0,0,-90])
@@ -211,8 +220,8 @@ module PsuMountTest(ceil = 2.5) { ////toplevel
        linextr_x_yz(-(psu_sz[0]/2 + 5),
                     +(psu_sz[0]/2 + 5)){
          difference(){
-           rectfromto([-ceil, -ceil], [psu_sz[1] + 10, psu_z + 10]);
-           rectfromto([0,0], 400*[1,1]);
+           rectfromto([0, -ceil], [psu_sz[1] + 10, psu_z + 10]);
+           rectfromto([ceil,0], 400*[1,1]);
          }
        }
        translate([0, psu_y, psu_z]) {