Doodle3D / WiFi-Box

The Doodle3D WiFi-Box for wireless 3D-printing
GNU General Public License v3.0
3 stars 1 forks source link

Stopping while sending issues #9

Closed peteruithoven closed 8 years ago

peteruithoven commented 8 years ago

It looks like it tries to continue sending after pressing stop.

wifi-box-stop-while-sending Logfiles + console logs: Stopping while sending issues logs.zip

peteruithoven commented 8 years ago

Looks like we have no logic yet to interrupt sending the print. There is no check in sendPrintPart whether it isn't stopped, we don't clear timeouts like retrySendPrintPartDelay. I'm afraid we need to disable the stop button again, for now.

peteruithoven commented 8 years ago

It's weird though, stopping the printer means that the next print part that is send results in an error that should stop the sending process...

peteruithoven commented 8 years ago

Looks like this problem was worsened by uhttpd not responding properly, which might have been caused by someone else having the new Cura with Doodle3D plugin open, which was also making status/info requests.