bchanudet / OctoPrint-Octorant

Discord plugin for OctoPrint
MIT License
26 stars 14 forks source link

"Print: Started" does not trigger when printing from SD card #80

Open mikeymakesit opened 3 months ago

mikeymakesit commented 3 months ago

This may be as-designed or out of your control, but I noticed no message is sent when a print is started from the printer using a file on the SD card in the printer. OctoPrint-Octorant does however send progress and completion messages for such prints.

mikeymakesit commented 3 months ago

I've just started looking deeper at this. I see OctoPrint exposes a PrinterStateChanged event and one possible state is PRINTING. I haven't yet checked to see if a print started on the printer from its SD card causes this event to trigger.