1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 10:14:41 +02:00

renamed module

This commit is contained in:
Justin Lin
2017-06-30 09:27:26 +08:00
parent dc85493d5a
commit 298dcf7ce2

View File

@@ -88,10 +88,10 @@ module path_extrude(shape_pts, path_pts, triangles = "SOLID", twist = 0, scale =
); );
// hook for testing // hook for testing
test_path_extude(sections); test_path_extrude(sections);
} }
// override to test // override to test
module test_path_extude(sections) { module test_path_extrude(sections) {
} }