Commit Graph

19 Commits

Author SHA1 Message Date
ntoff
deb15025d8 min/max requirement notification text fix
speed decrease notification used "meet minimum requirement" which might be misleading, changed to "meet maximum requirement"
2017-11-12 01:11:36 +10:00
ntoff
175722a015 fix javascript console logging of fan speed notification
log was being output after the slider was set causing it to display the wrong value
2017-11-12 01:08:27 +10:00
ntoff
f4bb25718a add some notifications about fan speed being altered
Added a popup notification (can be disabled) and some console log text if the fan speed is altered. Also made the slider snap to the min/max value if it is out of range to give visual feedback that the plugin is doing something to the fan speed.
2017-11-12 01:02:29 +10:00
ntoff
7bdd260617 use other view model push method
http://docs.octoprint.org/en/master/plugins/viewmodels.html#registering-custom-viewmodels says the other way is depreciated
2017-11-11 21:41:07 +10:00
ntoff
0e71971e66 add percentage to logger message
add a more "human readable" percentage value to the logged fan speed (if modified)
2017-11-11 21:31:05 +10:00
ntoff
99364df94e wrap it in a try catch
Hopefully when something in my plugin breaks (that's when, not if) it won't take down all of octoprint's UI.
2017-11-06 17:23:25 +10:00
ntoff
9fe9e04016 fix button while printing (touchUI)
missed that one :(
2017-10-11 23:18:34 +10:00
ntoff
0462a7552e fix buttons disabled during printing
closes #3
2017-09-25 06:42:02 +10:00
ntoff
988512f522 rename default fan speed variable to be more clear 2017-09-06 17:52:23 +10:00
ntoff
b03a045b24 self fanpwn 2017-09-05 22:57:53 +10:00
ntoff
6124bba2e7 try rounding 2017-09-05 11:13:39 +10:00
ntoff
554d78efb7 make same code into a function 2017-09-05 10:57:55 +10:00
ntoff
525a08c20e update settings page help text 2017-09-05 10:56:39 +10:00
ntoff
2cc132213f added some comments 2017-09-05 09:37:05 +10:00
ntoff
30ee76bf7e add a limiter 2017-09-05 03:52:55 +10:00
ntoff
4df6a99238 change inline help text a bit 2017-09-03 17:19:23 +10:00
ntoff
18f009fa85 add a setting to change the default value of the slider 2017-08-31 18:09:07 +10:00
ntoff
05e2e10497 touch ui compatibility 2017-08-30 18:28:26 +10:00
ntoff
594455ef61 upload 2017-08-29 07:10:51 +10:00