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