From: Ian Jackson Date: Sun, 21 Nov 2021 15:23:06 +0000 (+0000) Subject: adafruit-powerboost: wip common X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=a8fc1a8b8d47ce7086fba7832be87a2ce2d64fc8;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 196dd43..c40b2f3 100644 --- a/adafruit-powerboost-500.scad +++ b/adafruit-powerboost-500.scad @@ -1,6 +1,6 @@ // -*- C -*- -psu_sz = [ 21.59, 35.56 ] + [ 0.11, 0.44 ] + [ 0.25, 0.25 ]; +psu_sz_nom = [ 21.59, 35.56 ]; include diff --git a/adafruit-powerboost-common.scad b/adafruit-powerboost-common.scad index dc16c8e..eef9226 100644 --- a/adafruit-powerboost-common.scad +++ b/adafruit-powerboost-common.scad @@ -2,6 +2,8 @@ include +psu_sz = psu_sz_nom + [ 0.11, 0.44 ] + [ 0.25, 0.25 ]; + psu_th = 1.70 + 0.25; psu_th_for_clamp = 1.50;