mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
added test hook
This commit is contained in:
@@ -66,4 +66,11 @@ module along_with(points, angles, twist = 0, scale = 1.0) {
|
|||||||
align(i) children(i);
|
align(i) children(i);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// hook for testing
|
||||||
|
test_along_with_angles(angs);
|
||||||
|
}
|
||||||
|
|
||||||
|
module test_along_with_angles(angles) {
|
||||||
|
|
||||||
}
|
}
|
Reference in New Issue
Block a user