Hello,
i'm having trouble with making a plot with my eggbot..
When i hit the plot button the folowing masage shows up:
Traceback (most recent call last):
File "eggbot.py", line
e.affect()
File "C:\Program Files (x86)\Inkscape\share\extensions\inkex.py", line 215, in affect
self.effect()
File "eggbot.py", line 286, in effect
self.plotToEggBot()
File "eggbot.py", line 552, in plotToEggBot
self.recursivelyTraverseSvg( self.svg, self.svgTransform )
File "eggbot.py", line 612, in recursivelyTraverseSvg
self.recursivelyTraverseSvg( node, matNew, parent_visibility=v )
File "eggbot.py", line 612, in recursivelyTraverseSvg
self.recursivelyTraverseSvg( node, matNew, parent_visibility=v )
File "eggbot.py", line 663, in recursivelyTraverseSvg
self.plotPath( node, matNew )
File "eggbot.py", line 1062, in plotPath
if len( simplepath.parsePath( d ) ) == 0:
File "C:\Program Files (x86)\Inkscape\share\extensions\simplepath.py", line 110, in parsePath
raise Exception, 'Invalid path, no initial command.'
Exception: Invalid path, no initial command.
what can i do to solve the problem?
Nadine Mieremet
The Netherlands
Comments