diff --git a/case.scad b/case.scad index cfc9bdc..3d23da4 100644 --- a/case.scad +++ b/case.scad @@ -34,7 +34,7 @@ back_height = front_height + (tan(case_angle) * case_h); // --- USB-C and Controller Holder --- usb_w = 12.0; -usb_h = 6.5; +usb_h = 8.5; usb_x_offset = 60.0; usb_z_pos = floor_thickness; diff --git a/case_numpad.scad b/case_numpad.scad index fba4c9b..76b9fa9 100644 --- a/case_numpad.scad +++ b/case_numpad.scad @@ -33,7 +33,7 @@ back_height = front_height + (tan(case_angle) * case_h); // --- USB-C and Controller Holder --- usb_w = 12.0; -usb_h = 6.5; +usb_h = 8.5; usb_x_offset = (case_w / 2) - (usb_w / 2); usb_z_pos = floor_thickness;