the .py and .inx files are in /home/user/.config/inkscape/extensions folder and the downloaded and unzipped directory is copied to /usr/shared/inkscape/extensions.
Inkspace seems to be aware about the extension but when I try to save something as .gcode I got the following error:
File "gcodeplot.py", line 8, in <module> import gcodeplotutils.anneal as anneal ImportError: No module named gcodeplotutils.anneal
Hi!
I installed gcodeplotter extension.
(https://inkscape.org/~arpruss/%E2%98%85gcodeplot)
the .py and .inx files are in /home/user/.config/inkscape/extensions folder and the downloaded and unzipped directory is copied to /usr/shared/inkscape/extensions.
Inkspace seems to be aware about the extension but when I try to save something as .gcode I got the following error:
File "gcodeplot.py", line 8, in <module>
import gcodeplotutils.anneal as anneal
ImportError: No module named gcodeplotutils.anneal
Can some help me with this? Thank you!