-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The hexagons have a bridge.
Rotate them 30 degrees to reduce bridging.
Note that simply rotating the hexagons by 30 degrees is not enough, the columns and rows also need to be resized/rotated.
if (z_pos + hole_d/2 <= cutout_center_z + switch_depth/2 - margin &&
z_pos - hole_d/2 >= cutout_center_z - switch_depth/2 + margin) {
translate([x_pos, height, z_pos]) {
rotate([90, 30, 0]) { // <- here rotated 30 degrees on Y axis
cylinder(h = height, d = hole_d, $fn = 6);
}
}
}

Metadata
Metadata
Assignees
Labels
No labels