EggDuino
EggDuino copied to clipboard
Plot paused by button press after node number
I got many of these messages, to solve it i commented these lines in eggbot.py
if strButton[0] == '0': pass #button not pressed else: #mdeudon 20 juin 2016 disabled #self.svgNodeCount = self.nodeCount; #if strButton[0] == 'O' : inkex.errormsg('Ceci est un O et non un 0') #mdeudon #inkex.errormsg('PrgButton value=' + strButton[0]) #inkex.errormsg( 'Plot paused by button press after node number ' + str( self.nodeCount ) + '.' ) #inkex.errormsg( 'Use the "resume" feature to continue.' ) #self.penUp() # Should be redundant... #self.engraverOff() #self.bStopped = True return
Explanation : I've noticed that sometime the software received an 'O' even if the prg button is disabled. I don't know why ?
This should be fixed in my branch https://github.com/Yura80/EggDuino