From 47104bcfe034f2b5838578d5bbce521f61509b10 Mon Sep 17 00:00:00 2001 From: Adrian Mariano Date: Fri, 2 Apr 2021 20:44:11 -0400 Subject: [PATCH] remove echo --- paths.scad | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paths.scad b/paths.scad index e7f765c..6db525a 100644 --- a/paths.scad +++ b/paths.scad @@ -1244,7 +1244,7 @@ module path_spread(path, n, spacing, sp=undef, rotate_children=true, closed=fals is_def(n)? range(s=sp, e=length, n=n) : range(s=sp, step=spacing, e=length) ) - : is_def(n) && is_undef(spacing)? ( let(a=echo(n=n)) // N alone given + : is_def(n) && is_undef(spacing)? ( // N alone given closed ? rangex(s=0, e=length, n=n) : range(s=0, e=length, n=n) )