EggDuino icon indicating copy to clipboard operation
EggDuino copied to clipboard

Plot paused by button press after node number

Open ghost opened this issue 8 years ago • 1 comments

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 ?

ghost avatar Jun 20 '16 19:06 ghost

This should be fixed in my branch https://github.com/Yura80/EggDuino

Yura80 avatar Mar 20 '17 22:03 Yura80