1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-22 06:13:10 +02:00

default to 1.0

This commit is contained in:
Justin Lin
2017-05-02 20:17:31 +08:00
parent 4131c46d0a
commit 1577e6a967

View File

@@ -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],