mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
remove debug echo
This commit is contained in:
parent
8b23eb4951
commit
c0bf42836d
1 changed files with 0 additions and 1 deletions
|
@ -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 (
|
||||||
|
|
Loading…
Reference in a new issue