Skip to content
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

incorrect path in puzzlecad-geom? #37

Open
akoehn opened this issue Jun 20, 2020 · 0 comments
Open

incorrect path in puzzlecad-geom? #37

akoehn opened this issue Jun 20, 2020 · 0 comments

Comments

@akoehn
Copy link

akoehn commented Jun 20, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant