-
Notifications
You must be signed in to change notification settings - Fork 12
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
puzzlecad-examples error #67
Comments
I am new to puzzlecad, and I only have a little experience with scad, but I've been a professional developer for a couple decades, so I thought I would dig into this a bit. Hopefully this will help resolve this issue or at least provide a workaround for others trying to get the examples to work. The following might be a workaround, at least for the examples. TLDR: Following the stack-trace, in puzzlecad-boxes.scad (line 351) I see And from the puzzlecad-examples.scad (line 495-500) In puzzlecad-examples.scad, the If I change line 351 in puzzlecad-boxes.scad to use the first element in I don't see anything describing As noted above, if I include |
In puzzlecad-examples.scad in the box section we have following example:
It gives the following error: [ERROR: Assertion 'is_num($burr_inset)' failed: "$burr_inset must be a scalar." in file puzzlecad/puzzlecad-burr.scad, line 154]
The text was updated successfully, but these errors were encountered: