-
Notifications
You must be signed in to change notification settings - Fork 194
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
gridfinity-spiral-vase.scad: Assertion 'is_num(height_mm)' failed #180
Comments
Looks like @EmperorArthur's PR #175 changed the definition of |
Downside of not using an IDE. Global search/replace is only per file, and will do partial words, so I avoid it. It may be worth it to see about creating a github action to exercise some more of the code. One of my goals is to slowly remove the need for non constant global variables, which is why that was added. At the least assertions help to find the problem sooner. |
I am re-working PR #179 with some simple test cases . Which can then be expanded in the future to make sure I don't break anything else. I am almost done and will work on fixing this issue next. |
Can confirm OpenSCAD nightly.
|
PR #181 fixes this, but current settings require a review before it can be merged. |
Thanks. |
I tried opening
gridfinity-spiral-vase.scad
in openSCAD and I got the following error:looking at the code I saw that
profile_wall
is called without any parameter (line 364)and it looks like there are other issues in the file, like a call to
profile_wall_sub
that is not a defined module.The text was updated successfully, but these errors were encountered: