diff --git a/shapes3d.scad b/shapes3d.scad index 409d9334..0c935638 100644 --- a/shapes3d.scad +++ b/shapes3d.scad @@ -2366,7 +2366,7 @@ function cyl( texture=texture, tex_reps=tex_reps, tex_size=tex_size, tex_inset=tex_inset, tex_rot=tex_rot, tex_depth=tex_depth, tex_samples=tex_samples, - tex_taper=tex_taper, style=style, closed=false, + tex_taper=tex_taper, style=style, caps=true, _tex_inhibit_y_slicing=true ), skmat = down(l/2) * diff --git a/skin.scad b/skin.scad index 93cbabb3..c707934d 100644 --- a/skin.scad +++ b/skin.scad @@ -1233,7 +1233,6 @@ function rotate_sweep( let( region = is_path(shape) && caps ? [deduplicate([[0,shape[0].y], each shape, [0,last(shape).y]])] : region, - echo(region=region), steps = ceil(segs(max_x) * angle / 360) + (angle<360? 1 : 0), skmat = down(min_y) * skew(sxz=shift.x/h, syz=shift.y/h) * up(min_y), transforms = [