mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-22 22:35:18 +02:00
default to 1.0
This commit is contained in:
@@ -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],
|
||||
|
Reference in New Issue
Block a user