File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ An OctoPrint plugin for monitoring your printer and prints via Slack or Mattermo
28
28
- Print progress (% complete)
29
29
- Print progress (time interval)
30
30
- Print progress (Z height change)
31
- - G-code sent to printer
32
- - G-code received from printer
31
+ - G-code sent to the printer
32
+ - G-code received from the printer (including filament runout messages)
33
33
- Timelapse render started
34
34
- Timelapse render finished
35
35
- Timelapse render failed
Original file line number Diff line number Diff line change 14
14
plugin_name = "Octoslack"
15
15
16
16
# The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module
17
- plugin_version = "1.6.2 "
17
+ plugin_version = "1.7.0 "
18
18
19
19
# The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin
20
20
# module
You can’t perform that action at this time.
0 commit comments