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:
parent
02993ab6a6
commit
53834363a6
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user