Renamed exterior fillets to rounding

This commit is contained in:
Revar Desmera
2019-04-24 19:42:38 -07:00
parent eed35ad9b4
commit 42d1a45ca6
5 changed files with 188 additions and 187 deletions

View File

@@ -576,7 +576,7 @@ module metric_bolt(
}
}
} else if (headtype == "pan") {
cyl(l=H*0.75, d=D, fillet2=H*0.75/2, anchor=DOWN);
cyl(l=H*0.75, d=D, rounding2=H*0.75/2, anchor=DOWN);
} else if (headtype == "round") {
top_half(D) zscale(H*0.75/D*2) sphere(d=D);
} else if (headtype == "button") {