You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for reporting! I added to my PR here #715, but I used a slightly different solution: sk23 = make_face([l1, l2]) which I think was probably what was originally intended.
I had to change code in line 389 from
sk23 = make_face(l1, l2)
tosk23 = make_face(l1 + l2)
for the revolve to work.The text was updated successfully, but these errors were encountered: