rudetrooper / Octoprint-Chituboard

Added basic support chituboard based printers(Elegoo Mars, Anycubic Photon, Phrozen, etc.) to octoprint.
GNU Affero General Public License v3.0
81 stars 18 forks source link

Timelapse not stopping #3

Open Arakon opened 2 years ago

Arakon commented 2 years ago

Not entirely sure if this is actually related to the Plugin itself.

When running a timed timelapse while printing, the timelapse starts automatically when the print starts, but will not finish when the print stops.. it just continues recording forever until manually stopping it. I don't think this happens when printing from SD on a FDM printer, so I'm thinking some sort of "Finished" signal to Octoprint is missing?

rudetrooper commented 2 years ago

I'll look into it this weekend. It could be due to some error in how I'm handling the gcode receive loop before its passed into the comm layer.

zeroecho commented 2 years ago

Did you ever get this resolved? Noticed the same thing when I tried one today

rudetrooper commented 2 years ago

No, it's been hard to track down the cause of the bug.