Home › Evil Mad Scientist Forums › Egg-Bot › Unwanted lines drawn › Re: Unwanted lines drawn
Hi!
I tried again and agin, same result every time.
When I install the files from github I obtain following error :
Traceback (most recent call last):
File “eggbot.py”, line 1146, in <module>
e.affect()
File “C:Program FilesInkscapeshareextensionsinkex.py”, line 268, in affect
self.effect()
File “eggbot.py”, line 200, in effect
self.plotToEggBot()
File “eggbot.py”, line 438, in plotToEggBot
self.recursivelyTraverseSvg( self.svg, self.svgTransform )
File “eggbot.py”, line 498, in recursivelyTraverseSvg
self.recursivelyTraverseSvg( node, matNew, parent_visibility=v )
File “eggbot.py”, line 498, in recursivelyTraverseSvg
self.recursivelyTraverseSvg( node, matNew, parent_visibility=v )
File “eggbot.py”, line 554, in recursivelyTraverseSvg
self.plotPath( node, matNew )
File “eggbot.py”, line 979, in plotPath
self.plotLineAndTime()
File “eggbot.py”, line 1127, in plotLineAndTime
ebb_motion.doXYMove( self.serialPort, xd2, yd2, td )
AttributeError: ‘module’ object has no attribute ‘doXYMove’
When I install only hatch files it’s OK but doesn’t solve the issue.
I’ll send you the file by mail.
BR