1
0
mirror of https://github.com/pgrondek/SixInchRack.git synced 2024-11-22 03:53:42 +00:00

- shorter support bars to fit between holes

This commit is contained in:
Andreas Schiweck 2019-06-30 22:15:54 +02:00
parent 30cdc5efed
commit 2f8e7f4cbc

View File

@ -548,8 +548,12 @@ module frontplate(u,square_hole,round_hole,round_peg,screw_side_front,screw_top,
//cabinet support bars
translate([0,0,gauge]){
translate([20+width*0.25,gauge_box,0]){ cube([width*0.5,1,1.5]); }
translate([20+width*0.25,unit*u-1-gauge_box,0]){ cube([width*0.5,1,1.5]); }
/* translate([20+width*0.25,gauge_box,0]){ cube([width*0.5,1,1.5]); } */
/* translate([20+width*0.25,unit*u-1-gauge_box,0]){ cube([width*0.5,1,1.5]); } */
/* FIXME: */
translate([25+width*0.25,gauge_box,0]){ cube([width*0.5-12.5,1,1.5]); }
translate([25+width*0.25,unit*u-1-gauge_box,0]){ cube([width*0.5-12.5,1,1.5]); }
}