jukebox42 / Octoprint-PrusaMMU

An Octoprint plugin that adds MMU support.
GNU Affero General Public License v3.0
17 stars 2 forks source link

Move the event dedupe logic into _fire_event. Pythonify some of the code #34

Closed jukebox42 closed 1 year ago

jukebox42 commented 1 year ago

To test: Octoprint-PrusaMmu.zip

Move the dedupe logic into the _fire_event function and out of on_event. Includes a bit of python clean up.

New Features:

Bug Fixes:

Internals: