simplify translation

This commit is contained in:
Joel Ebel 2018-05-08 23:27:46 -04:00
parent 9546fba70e
commit 61eb5c4ddd

View File

@ -299,7 +299,7 @@ module foot(FootDia, FootHole, FootHeight) {
difference() {
cylinder(FootHeight, d=(FootDia + Filet), $fn=100);
rotate_extrude($fn=100) {
translate([(FootDia + Filet*2) / 2, Filet, 0]) {
translate([FootDia/2 + Filet, Filet, 0]) {
minkowski() {
square(FootHeight);
circle(Filet, $fn=100);