From: Ian Jackson Date: Sun, 21 Nov 2021 16:24:16 +0000 (+0000) Subject: adafruit-powerboost: wip common X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=d4a9237b6bb7f0cd2813049fdefd3443dab248cd;p=reprap-play.git adafruit-powerboost: wip common Signed-off-by: Ian Jackson --- diff --git a/adafruit-powerboost-500.scad b/adafruit-powerboost-500.scad index 0097bb4..1fed3e8 100644 --- a/adafruit-powerboost-500.scad +++ b/adafruit-powerboost-500.scad @@ -5,10 +5,6 @@ psu_sz_nom = [ 21.59, 35.56 ]; //// toplevels-from: include -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; diff --git a/adafruit-powerboost-common.scad b/adafruit-powerboost-common.scad index 3fe3345..2c462ab 100644 --- a/adafruit-powerboost-common.scad +++ b/adafruit-powerboost-common.scad @@ -5,6 +5,10 @@ include 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;