Cleanup for bottlecaps_adapters.scad

This commit is contained in:
Garth Minette
2021-04-16 17:29:01 -07:00
parent 1e9601fe3c
commit bec448d0a1
2 changed files with 184 additions and 53 deletions

View File

@@ -1086,7 +1086,7 @@ module spiral_sweep(poly, h, r, twist=360, higbee, center, r1, r2, d, d1, d2, hi
];
vnf = vnf_vertex_array(
points, col_wrap=true, caps=true,
points, col_wrap=true, caps=true, reverse=true,
style=(abs(higbee1)+abs(higbee2))>0? "quincunx" : "alt"
);