chiark / gitweb /
adafruit-powerboost: wip fix led mixup
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Nov 2021 23:44:56 +0000 (23:44 +0000)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 21 Nov 2021 23:44:56 +0000 (23:44 +0000)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
adafruit-powerboost-1000.scad

index 442902db1163a8bd72a3ac3c27b8cbb10363c1b2..5991b493e269d3e9b0823d3ad8e876b79e3c1da1 100644 (file)
@@ -16,9 +16,9 @@ psu_led_chrg_min_x = -1.0;
 psu_led_chrg_max_x = 3.0;
 psu_led_chrg_both_sz_y = 9.4;
 
-psu_led_pwr_sz_x = 4.5;
-psu_led_pwr_min_y = -1.5;
-psu_led_pwr_max_y = 2.5;
+psu_led_low_sz_x = 4.5;
+psu_led_low_min_y = -1.5;
+psu_led_low_max_y = 2.5;
 
 psu_led_baffle_th = 0.8;
 psu_led_baffle_ends = 1.5;
@@ -74,16 +74,16 @@ module PsuLedWindowsPlanCore(){
                       psu_led_chrg_both_sz_y ]);
       }
 
-      // One LED, PWR, near outlet USB pads
+      // One LED, "Low", other side of inlet connector
       AtPsuMountCorner(1,0) {
        translate([0, psu_led_usbend_y_min ])
          rectfromto([ 0,
-                      psu_led_pwr_min_y ],
-                    [ psu_led_pwr_sz_x,
-                      psu_led_pwr_max_y ]);
+                      psu_led_low_min_y ],
+                    [ psu_led_low_sz_x,
+                      psu_led_low_max_y ]);
       }
 
-      // One LED, "Low", other side of inlet connector
+      // One LED, PWR, near outlet USB pads
       AtPsuMountCorner(0,1){
        rectfromto([0,0],
                   [psu_sz[0]/2 + psu_innerend_led_x_midder,
@@ -162,7 +162,7 @@ module PsuLedLegendsPlan(){
             -psu_sz[1]/2
             + psu_led_legend_gap
             + psu_led_usbend_y_min
-            + psu_led_pwr_max_y
+            + psu_led_low_max_y
             + psu_led_legend_power_sz_y
             ])
     rotate([0,0,180])