From 01acd2420d2798998cdc9c3c6caafde2e74d580d Mon Sep 17 00:00:00 2001 From: Justin Lin Date: Sat, 17 Jun 2017 17:46:55 +0800 Subject: [PATCH] added test hook --- src/along_with.scad | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/along_with.scad b/src/along_with.scad index a1d80c69..9bf53bc6 100644 --- a/src/along_with.scad +++ b/src/along_with.scad @@ -66,4 +66,11 @@ module along_with(points, angles, twist = 0, scale = 1.0) { align(i) children(i); } } + + // hook for testing + test_along_with_angles(angs); +} + +module test_along_with_angles(angles) { + } \ No newline at end of file