jukebox42 / Octoprint-PrusaMMU

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

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

Closed jukebox42 closed 9 months ago

jukebox42 commented 9 months 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: