From 1577e6a967014f20954e13bb7ec3bc2101adc4d6 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Tue, 2 May 2017 20:17:31 +0800 Subject: [PATCH] default to 1.0 --- src/path_extrude.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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],