I'm attempting to run riskeycap_full.py and I've been able to hack it to work well enough, but I ran into these issues. I'm not sure if I'm using the wrong version or what:
I've downloaded colorscad from https://github.com/jschobben/colorscad (and built its internal 3mfmerge tool), but it looks like the -p argument to specify the path to openscad is no longer available? Do I have the wrong colorscad.sh file?
Also wrt to openscad itself, openscad --version returns OpenSCAD version 2021.01 for me, and it also complains when I try to give it the argument: --enable=fast-csg.
After removing those two arguments, the commands printed by the script seem to work. Does the script need to be updated, or did I do something wrong?
I'm attempting to run
riskeycap_full.pyand I've been able to hack it to work well enough, but I ran into these issues. I'm not sure if I'm using the wrong version or what:I've downloaded colorscad from https://github.com/jschobben/colorscad (and built its internal 3mfmerge tool), but it looks like the
-pargument to specify the path to openscad is no longer available? Do I have the wrong colorscad.sh file?Also wrt to openscad itself,
openscad --versionreturnsOpenSCAD version 2021.01for me, and it also complains when I try to give it the argument:--enable=fast-csg.After removing those two arguments, the commands printed by the script seem to work. Does the script need to be updated, or did I do something wrong?