From 9698a59693961c446612e3c29b717848b38a2934 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Mon, 21 Apr 2025 23:40:43 -0400 Subject: [PATCH] remove comma --- skin.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.scad b/skin.scad index 1188b5db..9ee44627 100644 --- a/skin.scad +++ b/skin.scad @@ -4583,7 +4583,7 @@ function _textured_revolution( h = path_length(rpath), r = mean(column(rpath,0)), width = counts.x/counts.y * (is_def(pixel_aspect) ? (texcnt.x+tex_extra.x-1)/(texcnt.y+tex_extra.y-1) : tex_aspect) * h + (is_def(pixel_aspect)?1:0), - ang = 360 * width / (2*PI*r), + ang = 360 * width / (2*PI*r) ) assert(ang<=360, str("Angle required for requested tile counts and aspect is ",ang, " which exceeds 360 degrees.")) 360 * width / (2*PI*r),