add overhang amount to the chopper, to chop those properly too

Signed-off-by: Brian S. Stephan <bss@incorporeal.org
This commit is contained in:
Brian S. Stephan 2024-02-06 18:21:24 -06:00
parent 02993ab6a6
commit 53834363a6
Signed by: bss
GPG Key ID: 3DE06D3180895FCB

View File

@ -218,7 +218,8 @@ module frame_mount_column() {
}
module side_chopper() {
translate([(frame_x-frame_wall)/2, 0, 0]) cube([frame_wall, frame_y, frame_z], center=true);
translate([(frame_x-frame_wall)/2+top_plate_overhang_amount, 0, 0])
cube([frame_wall+top_plate_overhang_amount*2, overhang_top_plate_y, frame_z], center=true);
}
module frame_connection_holes() {