From da1c17e88e79298971544083a88c74583fd7b321 Mon Sep 17 00:00:00 2001 From: Vitor de Miranda Henrique Date: Wed, 7 Mar 2018 09:35:24 -0600 Subject: [PATCH 1/5] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 059eac5..dc362bf 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_package = "octoprint_enclosure" plugin_name = "OctoPrint-Enclosure" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "3.51" +plugin_version = "4.00" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module -- 2.39.5 From 854e513aec0b221c67e57645fef9ad1ee5d81b22 Mon Sep 17 00:00:00 2001 From: Vitor de Miranda Henrique Date: Thu, 8 Mar 2018 08:36:59 -0600 Subject: [PATCH 2/5] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index dc362bf..64c601a 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ plugin_package = "octoprint_enclosure" plugin_name = "OctoPrint-Enclosure" # The plugin's version. Can be overwritten within OctoPrint's internal data via __plugin_version__ in the plugin module -plugin_version = "4.00" +plugin_version = "4.01" # The plugin's description. Can be overwritten within OctoPrint's internal data via __plugin_description__ in the plugin # module -- 2.39.5 From ae9066af98a3d3ba764469ab6ed96398bdbacd30 Mon Sep 17 00:00:00 2001 From: Vitor de Miranda Henrique Date: Thu, 8 Mar 2018 12:04:20 -0600 Subject: [PATCH 3/5] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60a0921..712d2d3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +# BEFORE OPENING AN ISSUE + +Check the [troubleshooting guide](https://github.com/vitormhenrique/OctoPrint-Enclosure/wiki/Troubleshooting-Guide). Issues with no log, no print screen will be closed until the necessary documentation is available. + # OctoPrint-Enclosure **Control pretty much everything that you might want to do on your raspberry pi / octoprint / enclosure** @@ -20,8 +24,6 @@ Here is a list of possibilities: Find the plugin useful? Buy me a coffee [![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/VitorHenrique/2) -Having problems with the plugin? check the [troubleshooting guide](https://github.com/vitormhenrique/OctoPrint-Enclosure/wiki/Troubleshooting-Guide) - Check pictures on thingiverse: http://www.thingiverse.com/thing:2245493 **Software** -- 2.39.5 From 3f7f45f0e66127b925dc2fcbda03d81bf7343761 Mon Sep 17 00:00:00 2001 From: Vitor de Miranda Henrique Date: Thu, 8 Mar 2018 12:04:49 -0600 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 712d2d3..5805245 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# BEFORE OPENING AN ISSUE +# Before opening an issue... Check the [troubleshooting guide](https://github.com/vitormhenrique/OctoPrint-Enclosure/wiki/Troubleshooting-Guide). Issues with no log, no print screen will be closed until the necessary documentation is available. -- 2.39.5 From dffc7abfe5334c16ac5a5bb51181ab97c4ae0d75 Mon Sep 17 00:00:00 2001 From: Vitor de Miranda Henrique Date: Thu, 8 Mar 2018 12:20:31 -0600 Subject: [PATCH 5/5] fix for toggle input --- octoprint_enclosure/templates/enclosure_settings.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/octoprint_enclosure/templates/enclosure_settings.jinja2 b/octoprint_enclosure/templates/enclosure_settings.jinja2 index c321b0d..1be738a 100644 --- a/octoprint_enclosure/templates/enclosure_settings.jinja2 +++ b/octoprint_enclosure/templates/enclosure_settings.jinja2 @@ -614,7 +614,7 @@ When the event happen, you want control which OUTPUT? - +
-- 2.39.5