chiark / gitweb /
adafruit-powerboost: legends wip
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Nov 2021 20:36:15 +0000 (20:36 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Nov 2021 20:36:15 +0000 (20:36 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
adafruit-powerboost-1000.scad
adafruit-powerboost-500.scad
adafruit-powerboost-common.scad

index b172c250be3315746836d654276bf04f03fd5c15..78286c135c4bc648449cf68791bcbc26132bb2b7 100644 (file)
@@ -69,3 +69,8 @@ module PsuLedWindowsPlanCore(){
     }
   }
 }
+
+module PsuLedLegendsPlan(){
+  mirror([1,0])
+    text("T");
+}
index 287809a6730feda6b38a462211c0fc6fba592de4..d10002e26b68caa1e9e5ce68a37f39989a1cd21b 100644 (file)
@@ -29,6 +29,9 @@ module PsuLedBafflePlan(){
   }
 }
 
+module PsuLedLegendsPlan(){
+}
+
 module PsuLedWindowsPlanCore(){
   difference(){
     union(){
index 997cdd745704b4022c263375f282c281e16b6f46..14a9b975cb826a5d4e698bd2e852cddda1cee598 100644 (file)
@@ -193,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])