From 6738d774e0560072feed919d879a7e42113824e9 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Tue, 29 Apr 2025 06:13:43 -0400 Subject: [PATCH] fixes --- shapes3d.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shapes3d.scad b/shapes3d.scad index 0c935638..17cba79d 100644 --- a/shapes3d.scad +++ b/shapes3d.scad @@ -1077,7 +1077,7 @@ function regular_prism(n, [0,height/2], ] ) - rotate_sweep(path,closed=false,$fn=n) + rotate_sweep(path,caps=true,$fn=n) : is_undef(texture) ? cylinder(h=height, r1=r1, r2=r2, center=true, $fn=n) : linear_sweep(regular_ngon(n=n,r=r1),scale=r2/r1,height=height,center=true, texture=texture, tex_reps=tex_reps, tex_size=tex_size,