-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
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
_tray_meniscus appears broken #2
Comments
Thanks for the report. That's odd, I haven't been able to reproduce the problem on my side. |
Can you send me your scad.tray file -- just to make sure we're both using the same version? And which version of OpenScad are you using? |
The version I'm using I verified against the repository the same day I opened the comment and the files matched, but... Let me see if I can drag&drop a current copy from my local here... (attached with a And I'm using OpenSCAD 2021.01 -- I should note that I've done some poking and adding some |
I ran a diff on your file and the one in my repo and there are no differences. I am also running OpenSCAD 2021.01 -- on Linux/Ubuntu. |
That is why I opened the issue -- I could not see what was going wrong, just that it was consistently spewing the above and not working. Thoughts ? |
One thing I find odd is that your program crashed due to a warning. Could it be that there is indeed a call to cylinder with radius of zero, which causes a warning; only perhaps in your settings, any warnings would cause the app to crash (something in the software's preferences) while on mine the warnings are ignored? |
Cause I mean: a warning is not an error. But perhaps you have a setting that makes your instance of OpenScad reject running the program is there is a warning. |
Okay, facepalm time for me -- I did have "stop at first warning" enabled for an unrelated project being done for money where I couldn't have warnings in the work I was providing. |
I'll still keep the issue open, I'll fix it when I can find the time. |
just put |
Everything was working fine, then I loaded OpenSCAD today and tried to work on a design I'd been playing with and the tray module is throwing a warning and not generating any geometry:
Reproducible with just:
I have done everything I can to verify that I'm using the exact same version as is in the repo and cannot find any differences (
diff
andcmp
both report no differences) so... I'm at a loss as to what the issue is, beyond it appearing that thery[2]
value for the bevel/rounding is always 0 and this is causingcylinder()
to fail.The text was updated successfully, but these errors were encountered: