Skip to content

Releases: RoboMagus/OctoPrint-Custom_gcode_events

Custom Event Registration + Settings bugfix

14 Nov 19:39
Compare
Choose a tag to compare

This release implements custom event registration as requested in #1. This makes any Custom Gcode Event also show up in e.g. the EventManager.

It also fixes the bug in #3 such that adding new rows to the received hook are once again possible.

Custom Event Registration

30 Aug 08:00
Compare
Choose a tag to compare
Pre-release

This is a pre-release for adding registration of custom gcode events to the Event Manager.

RC for issue #1.

Added configurable re-fire threshold for received gcode hooks.

28 Nov 11:56
Compare
Choose a tag to compare

Users are now able to define a default re-fire threshold which blocks the re-firing of events if a gcode match is received again within the threshold range.

It is also possible to configure individual gcode hooks with different re-fire thresholds.

Enable/disable GCode Hook added

06 Feb 11:47
Compare
Choose a tag to compare

A minor improvement that allows users to enable / disable GCode hooks without deleting them.

Initial release

04 Jan 07:09
Compare
Choose a tag to compare
Filled in description + email fields in setup.py


Minor logging cleanup.