Removed redundant [xyz]ring()

This commit is contained in:
Revar Desmera
2019-07-17 18:37:16 -07:00
parent cf15742a3b
commit 31ef6c1389
5 changed files with 69 additions and 147 deletions

View File

@@ -552,7 +552,7 @@ module metric_bolt(
up(H-sockd) cylinder(h=sockd+0.1, d=sockw/cos(30), $fn=6);
if (details) {
kcnt = 36;
zring(n=kcnt, r=D/2) up(H/3) cube([PI*D/kcnt/2, PI*D/kcnt/2, H], anchor=BOTTOM);
zrot_copies(n=kcnt, r=D/2) up(H/3) cube([PI*D/kcnt/2, PI*D/kcnt/2, H], anchor=BOTTOM);
}
}
} else if (headtype == "pan") {