mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-10 16:54:23 +02:00
deleted echo
This commit is contained in:
@@ -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);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user