mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 03:34:42 +02:00
removed argument
This commit is contained in:
@@ -108,7 +108,7 @@ module assertTrue(truth) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
module round_echo_pts(points, float_digits = 4) {
|
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) {
|
module round_echo_n(number, float_digits = 4) {
|
||||||
|
Reference in New Issue
Block a user