From df66fcc9e271c504df477cf4b372a34b6c69cd37 Mon Sep 17 00:00:00 2001 From: ewin Date: Sat, 18 Oct 2025 16:23:40 -0400 Subject: [PATCH] tighter inside clearance this will work trust --- case/48ish_case.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/case/48ish_case.scad b/case/48ish_case.scad index c475bc7..3d1df7e 100644 --- a/case/48ish_case.scad +++ b/case/48ish_case.scad @@ -1,7 +1,7 @@ $fn = 20; baseplate_thickness = 2; -inner_clearance = 7.5; // space inside the case for the battery/mcu to occupy +inner_clearance = 6.5; // space inside the case for the battery/mcu to occupy pcb_thickness = 1.6; // thickness of the pcb module roundsquare (size, r) { @@ -55,14 +55,14 @@ module standoffs () { difference() { shell(); - translate([2, 65-.01, baseplate_thickness + inner_clearance - 7.5]) + translate([2, 65-.01, baseplate_thickness]) // cube([34, 2, 30]); // cube([34, 5, 6]); cube([18+17-2, 2, 30]); // usb-c cutout - translate([17 + 18/2 - 9/2, 71, baseplate_thickness + inner_clearance - 6.75]) { + translate([17 + 18/2 - 9/2, 71, baseplate_thickness + inner_clearance - 6.5]) { rotate([90, 0, 0]) linear_extrude(8) { - roundsquare([9, 4], r = 1.5); + roundsquare([9, 3.75], r = 1.5); } } // power switch cutout