adjust the top panel post holes to fit appropriately

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-02-14 14:33:10 -06:00
parent a5724209fe
commit 15083f6787
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 4 additions and 4 deletions

View File

@ -169,13 +169,13 @@ module base_panel() {
// add posts that sink into the frame, just to give
// a somewhat more sturdy/tight connection
translate([panel_to_frame_point_x, panel_to_frame_point_y, -panel_z])
scale([1.4, 1.4, 0.1]) frame_hex_bolt_hole();
scale([1.5, 1.5, 0.1]) frame_hex_bolt_hole();
translate([-panel_to_frame_point_x, panel_to_frame_point_y, -panel_z])
scale([1.4, 1.4, 0.1]) frame_hex_bolt_hole();
scale([1.5, 1.5, 0.1]) frame_hex_bolt_hole();
translate([panel_to_frame_point_x, -panel_to_frame_point_y, -panel_z])
scale([1.4, 1.4, 0.1]) frame_hex_bolt_hole();
scale([1.5, 1.5, 0.1]) frame_hex_bolt_hole();
translate([-panel_to_frame_point_x, -panel_to_frame_point_y, -panel_z])
scale([1.4, 1.4, 0.1]) frame_hex_bolt_hole();
scale([1.5, 1.5, 0.1]) frame_hex_bolt_hole();
}
// the posts mentioned above need space for the actual hex bolts
// used in connecting to the frame