From 4ea52e328eed4405e9b2a8e2f82f9e830ee48aee Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 17 May 2019 13:01:57 +0800 Subject: [PATCH] rename --- src/{edge_aligned_sections.scad => path_scaling_sections.scad} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/{edge_aligned_sections.scad => path_scaling_sections.scad} (89%) diff --git a/src/edge_aligned_sections.scad b/src/path_scaling_sections.scad similarity index 89% rename from src/edge_aligned_sections.scad rename to src/path_scaling_sections.scad index db8f38ab..266fb5f4 100644 --- a/src/edge_aligned_sections.scad +++ b/src/path_scaling_sections.scad @@ -1,4 +1,4 @@ -function edge_aligned_sections(shape_pts, edge_path) = +function path_scaling_sections(shape_pts, edge_path) = let( start_point = edge_path[0], base_leng = norm(start_point),