added sbccb_accessory_tool.scad for user access to the accessory library, fixed rack tab hole spacing, added library parts rack_rail and rack_stand for 1u-4u cases

This commit is contained in:
Edward Kisiel
2025-05-29 16:50:35 -04:00
parent 12c99bee77
commit 054dbb9edc
7 changed files with 245 additions and 16 deletions

View File

@@ -1004,7 +1004,7 @@ module bay_tray(depth, bay) {
union() {
slab([reminsert-wallthick-gap-2,depth-.5,1],.5);
translate([0, 1.5, 0]) rotate([90,0,0])
slab([reminsert-wallthick-gap-2,bay_height-3,1.5],.5);
slab([reminsert-wallthick-gap-2,bay_height-3+removable_bay_height,1.5],.5);
}
// case floor panel clamp holes
translate([baysize-2.5,(depth/2)-gap-wallthick+3,-adj])