Home › Evil Mad Scientist Forums › Egg-Bot › Invalid Path Exception
- This topic has 4 replies, 3 voices, and was last updated 6 years, 2 months ago by squareD.
-
AuthorPosts
-
September 25, 2018 at 11:27 am #26851radie1969Participant
I’m having a problem with Inkscape/Eggbot and getting the following message:
Inkscape has received additional data from the script executed. The script did not return an error, but this may indicate the results will not be as expected.
Traceback (most recent call last):
File “eggbot.py”, line 1168, in <module>
e.affect()
File “C:\Program Files\Inkscape\share\extensions\inkex.py”, line 268, in affect
self.effect()
File “eggbot.py”, line 200, in effect
self.plotToEggBot()
File “eggbot.py”, line 449, in plotToEggBot
self.recursivelyTraverseSvg( self.svg, self.svgTransform )
File “eggbot.py”, line 509, in recursivelyTraverseSvg
self.recursivelyTraverseSvg( node, matNew, parent_visibility=v )
File “eggbot.py”, line 509, in recursivelyTraverseSvg
self.recursivelyTraverseSvg( node, matNew, parent_visibility=v )
File “eggbot.py”, line 565, in recursivelyTraverseSvg
self.plotPath( node, matNew )
File “eggbot.py”, line 944, in plotPath
if len( simplepath.parsePath( d ) ) == 0:
File “C:\Program Files\Inkscape\share\extensions\simplepath.py”, line 110, in parsePath
raise Exception, ‘Invalid path, no initial command.’
Exception: Invalid path, no initial command.I have tried using the “standard” EggBot template and get this message every single time. I’ve tried creating a brand new file and that will plot successfully one time. If I then delete the text and render something else and try to plot (same open document, just different text), I get the error message again. To make it work again, I have to unplug EggBot and restart my computer. I’m using Inkscape .91 / Eggbot 2.8 / Firmware 2.5.5 and Hardy Hershey Text. PLEASE HELP!!!
September 25, 2018 at 1:59 pm #26852Windell OskayKeymasterCan you please clarify: Does this error only happen when you use Hardy Hershey Text?
October 2, 2018 at 8:40 am #26881radie1969ParticipantIt seems to be only Hardy Hershey Text. Regular Hershey Text works fine, but I need some way to do multiple lines of text that is idiot-proof. Any other suggestions on an extension that will do that?
October 2, 2018 at 9:21 am #26882Windell OskayKeymasterWe’ve heard other similar reports from users of Hardy Hershey Text. That’s not a program that we’ve written or one that we support.
Please contact technical support for Hershey Advanced, which is the tool that you probably want to use. :)
October 28, 2018 at 8:43 am #26924squareDParticipantI just use the regular true type font. You need to choose one that thin so the inside of A’s and O’s don’t get lost. I type what I need, use stroke and fill properties to remove fill and add the outline of the text. Then convert object to path and it works fine. It won’t do really small text but on larger text I think it looks better.
-
AuthorPosts
- You must be logged in to reply to this topic.