mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-21 19:11:30 +02:00
remove debug echo
This commit is contained in:
@@ -1093,7 +1093,6 @@ module spiral_sweep(poly, h, r, twist=360, higbee, center, r1, r2, d, d1, d2, hi
|
|||||||
endpoint=false),
|
endpoint=false),
|
||||||
last(anglist)
|
last(anglist)
|
||||||
];
|
];
|
||||||
echo(interp_ang=interp_ang,twist=twist);
|
|
||||||
skewmat = affine3d_skew_xz(xa=atan2(r2-r1,h));
|
skewmat = affine3d_skew_xz(xa=atan2(r2-r1,h));
|
||||||
points = [
|
points = [
|
||||||
for (a = interp_ang) let (
|
for (a = interp_ang) let (
|
||||||
|
Reference in New Issue
Block a user