1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-10 16:54:23 +02:00

deleted echo

This commit is contained in:
Justin Lin
2017-05-26 10:14:29 +08:00
parent 5327db1207
commit 3c614cf84a

View File

@@ -61,10 +61,8 @@ module line2d(p1, p2, width, p1Style = "CAP_SQUARE", p2Style = "CAP_SQUARE") {
} }
module cap(point, style) { module cap(point, style) {
} }
module test_line2d_line(angle, length, width, frags) { module test_line2d_line(angle, length, width, frags) {
echo(angle, length, width, frags);
} }