1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-15 11:14:17 +02:00

removed argument

This commit is contained in:
Justin Lin
2017-06-23 09:06:54 +08:00
parent e6512d9440
commit 092b06e032

View File

@@ -108,7 +108,7 @@ module assertTrue(truth) {
}
module round_echo_pts(points, float_digits = 4) {
echo(round_pts(points, float_digits = 4));
echo(round_pts(points, float_digits));
}
module round_echo_n(number, float_digits = 4) {