diff --git a/src/path_extrude.scad b/src/path_extrude.scad index 47969b93..7e23a75b 100644 --- a/src/path_extrude.scad +++ b/src/path_extrude.scad @@ -13,7 +13,7 @@ * **/ -module path_extrude(shape_pts, path_pts, triangles = "RADIAL", twist = 0, scale = [1.0, 1.0]) { +module path_extrude(shape_pts, path_pts, triangles = "RADIAL", twist = 0, scale = 1.0) { function first_section() = let( p1 = path_pts[0],