mirror of
https://github.com/pgrondek/SixInchRack.git
synced 2024-11-26 05:35:28 +00:00
- shorter support bars to fit between holes
This commit is contained in:
parent
30cdc5efed
commit
2f8e7f4cbc
@ -548,8 +548,12 @@ module frontplate(u,square_hole,round_hole,round_peg,screw_side_front,screw_top,
|
|||||||
|
|
||||||
//cabinet support bars
|
//cabinet support bars
|
||||||
translate([0,0,gauge]){
|
translate([0,0,gauge]){
|
||||||
translate([20+width*0.25,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]); }
|
/* 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]); }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user