Home › Evil Mad Scientist Forums › Egg-Bot › eggbot does not plot
- This topic has 2 replies, 3 voices, and was last updated 11 years, 11 months ago by Windell Oskay.
- 
		AuthorPosts
- 
		
			
				
November 26, 2013 at 7:49 am #20277nmieremetParticipantHello, 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)Inkscapeshareextensionsinkex.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)Inkscapeshareextensionssimplepath.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 NetherlandsNovember 26, 2013 at 11:03 am #21532dnewmanParticipantThe SVG you have seems to be invalid SVG. It has an SVG “path” element whose path data does not begin with a ‘M’ or ‘m’. It looks like you got that SVG file from somewhere other than Inkscape and it is either corrupt or invalid. You might try one of the Eggbot sample svg files first if you have not already done so, As to fixing the broken SVG file, that would take some experience with SVG. I suppose it’s even possible that the file you have isn’t even SVG? You might contact whomever you got that file from if it is indeed supposed to be SVG.November 26, 2013 at 1:56 pm #21533Windell OskayKeymasterHi Nadine, Interesting! One (longshot) thing that you might try is saving the file in the format “Inkscape SVG” and re-opening it, to see if that helps to fix any bad paths.Is there any chance you might be willing to post a link to the file so that we can make suggestions?
- 
		AuthorPosts
- You must be logged in to reply to this topic.
 
 
 
				 
 
				 
 
