indent cleanup
This commit is contained in:
parent
d8452f29b2
commit
1c089f4090
@ -11,7 +11,7 @@ $fn = 40;
|
||||
|
||||
difference(){
|
||||
|
||||
// half of e mirrored across yz +++++++++++++++++++++++++++++++++++++++++++
|
||||
// half of e outer legs and base mirrored across yz +++++++++++++++++++++++++++++++++++++++++++
|
||||
color("blue"){
|
||||
for (dir = [-1 : 1] ) mirror([dir, 0, 0]){
|
||||
union(){
|
||||
@ -26,19 +26,19 @@ color("blue"){
|
||||
translate([ctcLength / 2, legLength / 2 + bodyDiam / 4, 0]){
|
||||
rotate([90, 0, 0]){
|
||||
cylinder( legLength + bodyDiam / 2, d = legDiam, center = true);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// e leg inner
|
||||
translate([0, legLength * 3 / 4, 0]){
|
||||
rotate([90, 0, 0]){
|
||||
cylinder(0.75 * legLength, d = 0.75 * legDiam);
|
||||
}
|
||||
}
|
||||
cylinder(0.75 * legLength, d = 0.75 * legDiam);
|
||||
}
|
||||
}
|
||||
// rounded end, e leg inner
|
||||
translate([0, legLength * 3 / 4, 0]){
|
||||
sphere(d = 0.75 * legDiam);
|
||||
}
|
||||
// rounded leg ends
|
||||
}
|
||||
// rounded end, outer legs
|
||||
translate([ctcLength / 2, legLength + bodyDiam / 2, 0]){
|
||||
sphere(d = legDiam);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user