From 5d30951ef14f722a15dcc3432ce7db1fb362c4e6 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Sun, 25 Feb 2024 10:49:56 -0500 Subject: [PATCH] fix typo --- skin.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin.scad b/skin.scad index 70ce9c4..693d1bb 100644 --- a/skin.scad +++ b/skin.scad @@ -1985,7 +1985,7 @@ function path_sweep(shape, path, method="incremental", normal, closed, twist=0, ) transforms && _return_scales ? [transform_list,scale] -: transforms ? transform_lislt +: transforms ? transform_list : sweep(is_path(shape)?clockwise_polygon(shape):shape, transform_list, closed=false, caps=fullcaps,style=style, anchor=anchor,cp=cp,spin=spin,orient=orient,atype=atype);