puzzlecad icon indicating copy to clipboard operation
puzzlecad copied to clipboard

incorrect path in puzzlecad-geom?

Open akoehn opened this issue 4 years ago • 0 comments

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.

akoehn avatar Jun 20 '20 15:06 akoehn