1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-01 20:40:28 +02:00

remove echo

This commit is contained in:
Justin Lin
2017-03-23 10:22:38 +08:00
parent f5c57e93bb
commit a4b51e0ad9

View File

@@ -17,8 +17,6 @@ module circular_sector(radius, angles) {
max(min(360 / $fa, radius * 2 * 3.14159 / $fs), 5) max(min(360 / $fa, radius * 2 * 3.14159 / $fs), 5)
; ;
echo(frags);
r = radius / cos(180 / frags); r = radius / cos(180 / frags);
step = -360 / frags; step = -360 / frags;