chiark / gitweb /
adafruit-powerboost: 1000: wip windows
[reprap-play.git] / adafruit-powerboost-1000.scad
index 23aac1b4cc5cc58bd4270729e5362ff406cf5adc..eb3f8527945475c85b1528ecbe690a0d73807cc7 100644 (file)
@@ -12,6 +12,7 @@ psu_hole_pos = [ 2.05, // from back edge of psu_sz[0]
 psu_baffle_cnr_y = 7.45; // from connector end
 psu_baffle_th = [ 0.8, 3.5 ];
 psu_usbend_led_x = 4.5;
+psu_usbend_led_y = 4.5;
 psu_innerend_led_depth = 10;
 
 // ----- calculated -----
@@ -24,11 +25,12 @@ module PsuLedBafflePlan(){
 module PsuLedWindowsPlanCore(){
   difference(){
     union(){
-      // Two LEDs incl "Chrg", one side of inlet connector
+      // Two LEDs one side of inlet connector
+      // "Full" (near edge) and "Chrg" (inner)
       AtPsuMountCorner(0,0) {
        rectfromto([ -(psu_board_support_wall + 0.1),
                     +psu_usbend_led_x ],
-                  [ psu_sz[0]/2,
+                  [ psu_usbend_led_y,
                     +psu_usbend_led_depth ]);
       }