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
After updating puzzlecad, I got an error that puzzlecad/puzzlecad-util.scad could not be found. I dug a bit and found this line in src/main/scad/puzzlecad/puzzlecad-geom.scad:
use <puzzlecad/puzzlecad-util.scad>
which seemed wrong because the relative path is not in puzzlecad/. Changing it to use <puzzlecad-util.scad> solved the issue.
I would make a PR, but 1) I don't know that much about openscad and 2) it is a trivial change.
The text was updated successfully, but these errors were encountered:
After updating puzzlecad, I got an error that puzzlecad/puzzlecad-util.scad could not be found. I dug a bit and found this line in
src/main/scad/puzzlecad/puzzlecad-geom.scad
:which seemed wrong because the relative path is not in
puzzlecad/
. Changing it touse <puzzlecad-util.scad>
solved the issue.I would make a PR, but 1) I don't know that much about openscad and 2) it is a trivial change.
The text was updated successfully, but these errors were encountered: