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),