From 298dcf7ce2737bf3d70c46ee1f8f92c66b9e04f8 Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Fri, 30 Jun 2017 09:27:26 +0800 Subject: [PATCH] renamed module --- src/path_extrude.scad | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/path_extrude.scad b/src/path_extrude.scad index ac06e957..aa77abe9 100644 --- a/src/path_extrude.scad +++ b/src/path_extrude.scad @@ -88,10 +88,10 @@ module path_extrude(shape_pts, path_pts, triangles = "SOLID", twist = 0, scale = ); // hook for testing - test_path_extude(sections); + test_path_extrude(sections); } // override to test -module test_path_extude(sections) { +module test_path_extrude(sections) { } \ No newline at end of file