We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug The egg function doesn't work if I use the D argument instead of R.
Code To Reproduce Bug
include <BOSL2/std.scad> egg(78,d1=50,d2 = 25, D = 100);
Additional context shapes2d.scad line 1475
D = get_radius(r1=R, d1=D)
should be changed to
R = get_radius(r1=R, d1=D)
am I right? ;)
The text was updated successfully, but these errors were encountered:
You're sorta right. There's a second problem. I think it works in the PR.
Sorry, something went wrong.
revarbat
Successfully merging a pull request may close this issue.
Describe the bug
The egg function doesn't work if I use the D argument instead of R.
Code To Reproduce Bug
Additional context
shapes2d.scad line 1475
should be changed to
am I right? ;)
The text was updated successfully, but these errors were encountered: