use the same plate with posts for the bottom panel

this makes the bottom panels have posts, now that the frame is looking
like it will be composed of parts where printing the column hole in this
fashion is not a problem

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
Brian S. Stephan 2024-03-03 13:55:35 -06:00
parent 3b886d3994
commit e2e6acc0ca
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
1 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ module base_panel() {
}
module base_bottom_panel() {
cube([panel_x, panel_y, panel_z], center=true);
mirror([0, 0, 1]) base_panel();
}
module panel() {
@ -320,7 +320,7 @@ module frame() {
difference() {
base_frame();
translate([0, 0, frame_z/2]) scale([1, 1, 2]) base_panel();
translate([0, 0, -frame_z/2]) scale([1, 1, 2]) base_panel();
translate([0, 0, -frame_z/2]) scale([1, 1, 2]) bottom_panel();
translate([panel_to_frame_point_x, panel_to_frame_point_y, 0]) frame_hex_bolt_hole();
translate([-panel_to_frame_point_x, panel_to_frame_point_y, 0]) frame_hex_bolt_hole();
translate([panel_to_frame_point_x, -panel_to_frame_point_y, 0]) frame_hex_bolt_hole();