mirror of
https://github.com/pgrondek/SixInchRack.git
synced 2024-11-22 12:03:41 +00:00
- higher supports for round edges
This commit is contained in:
parent
098956b84d
commit
9a23bcfc97
@ -144,34 +144,34 @@ module cabinet_supported () {
|
|||||||
|
|
||||||
difference () {
|
difference () {
|
||||||
union () {
|
union () {
|
||||||
translate([(sixinch - sa50_width) / 2, 20, (sa50_length / 2) - 45]) {
|
translate([(sixinch - sa50_width) / 2, 25, (sa50_length / 2) - 45]) {
|
||||||
rotate([90, 0, 0]) {
|
rotate([90, 0, 0]) {
|
||||||
cylinder(h=20, r=5);
|
cylinder(h=25, r=5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
translate([((sixinch - sa50_width) / 2) + sa50_width, 20, (sa50_length / 2) - 45]) {
|
translate([((sixinch - sa50_width) / 2) + sa50_width, 25, (sa50_length / 2) - 45]) {
|
||||||
rotate([90, 0, 0]) {
|
rotate([90, 0, 0]) {
|
||||||
cylinder(h=20, r=5);
|
cylinder(h=25, r=5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
translate([(sixinch - sa50_width) / 2, 20, (sa50_length / 2)]) {
|
translate([(sixinch - sa50_width) / 2, 25, (sa50_length / 2)]) {
|
||||||
rotate([90, 0, 0]) {
|
rotate([90, 0, 0]) {
|
||||||
cylinder(h=20, r=5);
|
cylinder(h=25, r=5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
translate([((sixinch - sa50_width) / 2) + sa50_width, 20, (sa50_length / 2)]) {
|
translate([((sixinch - sa50_width) / 2) + sa50_width, 25, (sa50_length / 2)]) {
|
||||||
rotate([90, 0, 0]) {
|
rotate([90, 0, 0]) {
|
||||||
cylinder(h=20, r=5);
|
cylinder(h=25, r=5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
difference () {
|
difference () {
|
||||||
translate([((sixinch - sa50_width) / 2) + 15, 20, sa50_length - 13 - 5]) {
|
translate([((sixinch - sa50_width) / 2) + 5 + 10, 20, sa50_length - 12 - 5]) {
|
||||||
rotate([90, 0, 0]) {
|
rotate([90, 0, 0]) {
|
||||||
cylinder(h=20, r=5 + 2);
|
cylinder(h=20, r=5 + 2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
translate([((sixinch - sa50_width) / 2) + 5 + 10, 20, sa50_length - 13]) {
|
translate([((sixinch - sa50_width) / 2) + 5 + 10, 20, sa50_length - 12]) {
|
||||||
rotate([90, 0, 0]) {
|
rotate([90, 0, 0]) {
|
||||||
cylinder(h=8, r=5.5);
|
cylinder(h=8, r=5.5);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user