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

index 0097bb48a5d5b0b5bf0531eaeb204285fb0e9df4..1fed3e8fe67c5cfc343ebe71215d6f5e01f15011 100644 (file)
@@ -5,10 +5,6 @@ psu_sz_nom = [ 21.59, 35.56 ];
 //// toplevels-from:
 include <adafruit-powerboost-common.scad>
 
-psu_hole_pos = [ 2.05, // from back edge of psu_sz[0]
-                0.55 * 0.5 * 25.4, // from centreline
-                ];
-
 psu_baffle_cnr_y = 7.45; // from connector end
 psu_baffle_th = [ 0.8, 3.5 ];
 psu_usbend_led_x = 4.5;
index 3fe334503c08a0ce85c45dbd153f6c05ac158e65..2c462ab82124e0998e6804ee8fb7ea5f0107275c 100644 (file)
@@ -5,6 +5,10 @@ include <utils.scad>
 
 psu_sz  = psu_sz_nom + [ 0.11, 0.44 ] + [ 0.25, 0.25 ];
 
+psu_hole_pos = [ 2.05, // from back edge of psu_sz[0]
+                0.55 * 0.5 * 25.4, // from centreline
+                ];
+
 psu_th = 1.70 + 0.25;
 psu_th_for_clamp = 1.50;