Skip to content

Commit 7437975

Browse files
committed
A bit more tolerance on the usb hole (to avoid people from having to work picture-perfect with the heatset inserts.
1 parent 57d8b50 commit 7437975

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/MainCase/MainCase.scad

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ module MainCase(without_inserts=false, top_rider=MainCase_top_rider, back_rider=
421421
// Hole for USB Charger Port
422422
translate([MainCase_usb_port_x_offset, 0, m3_insert_hole_depth + wall_thickness - MainCase_usb_port_vertical_offset])
423423
hull()for(i=[-1, 1])for(j=[-1, 1]) {
424-
translate([i/2*6.5, 0, j/2*0.7])
424+
translate([i/2*6.5, 0, j/2*1])
425425
rotate([-90, 0, 0])
426426
cylinder(r=1.5, h=20, center=true);
427427
}

0 commit comments

Comments
 (0)