From df408c461fdf49a92c9e4d736c99cb333a5bf712 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 21 Nov 2021 20:25:05 +0000 Subject: [PATCH] adafruit-powerboost: 1000: remove obsolete vars Signed-off-by: Ian Jackson --- adafruit-powerboost-1000.scad | 5 ----- 1 file changed, 5 deletions(-) diff --git a/adafruit-powerboost-1000.scad b/adafruit-powerboost-1000.scad index 47e82b2..951ddb1 100644 --- a/adafruit-powerboost-1000.scad +++ b/adafruit-powerboost-1000.scad @@ -23,16 +23,11 @@ psu_led_low_max_y = 2.5; psu_led_baffle_th = 0.8; psu_led_baffle_ends = 1.5; -psu_baffle_cnr_y = 7.45; // from connector end -psu_usbend_led_x = 4.5; psu_baffle_th = [ 0.8, 3.5 ]; -psu_usbend_led_y = 4.5; psu_innerend_led_depth = 10; // ----- calculated ----- -psu_usbend_led_depth = psu_baffle_cnr_y*2 - psu_usbend_led_x; - module PsuLedBafflePlan(){ AtPsuMountCorner(0,0) { translate([ (psu_led_chrg_min_x + psu_led_chrg_max_x)/2, -- 2.30.2