added washer to accessory tool, added holes to bottom of rack case for feet, updated readme.md

This commit is contained in:
Edward Kisiel
2025-06-01 17:40:00 -04:00
parent 60ca7f47bb
commit 4f42b9a3db
4 changed files with 99 additions and 28 deletions

View File

@@ -723,7 +723,16 @@ if(case_design == "rack" && side == "bottom") {
slab([width-(2*wallthick),depth-(2*wallthick),2+adj],corner_fillet);
translate([-gap-wallthick-adj,-gap-wallthick,case_z-floorthick])
slab([width,depth+adj,20],corner_fillet);
// case exterior support holes
translate([-gap-wallthick+10,depth-2*(wallthick+gap)-5,-adj]) cylinder(d=3, h=floorthick+(2*adj));
translate([450/2-gap-wallthick,depth-2*(wallthick+gap)-5,-adj]) cylinder(d=3, h=floorthick+(2*adj));
translate([450-gap-wallthick-10,depth-2*(wallthick+gap)-5,-adj]) cylinder(d=3, h=floorthick+(2*adj));
translate([-gap-wallthick+10,5,-adj]) cylinder(d=3, h=floorthick+(2*adj));
translate([450/2-gap-wallthick,5,-adj]) cylinder(d=3, h=floorthick+(2*adj));
translate([450-gap-wallthick-10,5,-adj]) cylinder(d=3, h=floorthick+(2*adj));
}
// additive accessories
if(accessory_name != "none") {
for (i=[1:11:len(accessory_data[a[0]])-1]) {