Home › Evil Mad Scientist Forums › Egg-Bot › Pen starts down / Odd servo behavior › Re: Pen starts down / Odd servo behavior
November 3, 2017 at 10:04 pm
#22980
Gus
Participant
Just to let others know if they pass this way. I was able to somewhat fix the problem using Windell’s advice. I added:
self.bPenIsUp = False
self.penUp
to the beginning of the recursivelyTraverseSvg function in the eggbot.py file (~ line 482). For some reason the pen still lowers initially before rising and going to the first position and continuing as normal. Can’t figure out what is causing it to lower in the first place. But for now I just put a piece of paper underneath the pen as it lowers initially and that keeps it from leaving a mark. Wonder if I can debug the extension as it runs in Inkscape…