Octoprint Event model

is there a plugin that handles the OctoPrint model, and allows various actions at each event

e.g.

  • Job start
  • bed up to temperature
  • hot-end up to temperature
  • job end

I'm sure there must be others

or am I ready to start writing such a plugin?

cheers

I don't know if there is a generic event plugin, but it is built into the core of OctoPrint itself, just requires configuring config.yaml.

https://docs.octoprint.org/en/master/events/index.html

Looks like the most generic plugin is the webhooks one.

@jneilliii thanks for the response
almost what I'm looking for
job start/end are covered, but not "heating finished"
but I think I can catch that with Terminal Monitor and a sprinkling of custom gcode using M150

cheers