simplify translation
This commit is contained in:
parent
9546fba70e
commit
61eb5c4ddd
@ -299,7 +299,7 @@ module foot(FootDia, FootHole, FootHeight) {
|
|||||||
difference() {
|
difference() {
|
||||||
cylinder(FootHeight, d=(FootDia + Filet), $fn=100);
|
cylinder(FootHeight, d=(FootDia + Filet), $fn=100);
|
||||||
rotate_extrude($fn=100) {
|
rotate_extrude($fn=100) {
|
||||||
translate([(FootDia + Filet*2) / 2, Filet, 0]) {
|
translate([FootDia/2 + Filet, Filet, 0]) {
|
||||||
minkowski() {
|
minkowski() {
|
||||||
square(FootHeight);
|
square(FootHeight);
|
||||||
circle(Filet, $fn=100);
|
circle(Filet, $fn=100);
|
||||||
|
Loading…
Reference in New Issue
Block a user