1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 04:20:27 +02:00

added test hook

This commit is contained in:
Justin Lin
2017-06-17 17:46:55 +08:00
parent 5282a0c323
commit 01acd2420d

View File

@@ -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) {
}