From 15083f67875b50a1dbe206e1b5fa4e4bb652a05b Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" <bss@incorporeal.org> Date: Wed, 14 Feb 2024 14:33:10 -0600 Subject: [PATCH] adjust the top panel post holes to fit appropriately Signed-off-by: Brian S. Stephan <bss@incorporeal.org> --- src/components.scad | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components.scad b/src/components.scad index 1919b66..cab5d96 100644 --- a/src/components.scad +++ b/src/components.scad @@ -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