Skip to content

Commit d641acf

Browse files
committed
Move usb port in sync with screw holes.
This is a geometric noop - as evidenced by the the MainCase.stl not changing, but it ensures that the USB hole stays in the correct location when the wall thickness is changed.
1 parent ae8a48b commit d641acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variables.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ MainCase_pcb_holes = [[3.29+1.5, 23.75], [8.89+1.5, 49.3], [60.8+1.5, 41.63], [3
106106
// MainCase_pcb_dimensions = [64.64, 68.17, 2];
107107

108108
// found through experimentation
109-
MainCase_usb_port_x_offset = 21.7;
109+
MainCase_usb_port_x_offset = 19.7+wall_thickness;
110110
MainCase_usb_port_vertical_offset = 3.13; // center below the board bottom
111111
MainCase_usb_port_housing_height = 14;
112112
MainCase_usb_port_housing_width = 32;

0 commit comments

Comments
 (0)