[Feature Request] Misc. requests #303
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Dear henrique,
thanks a lot for this fantastic plugin! I assembled a 3D printer box over the course of the last months and included your plugin for temperature and light control into my setup and it's fantastic, thanks a lot for it!!!!
As always if you start designing something and delivering it to the people, more ideas and enhancements pop up, so these are just food for thought, maybe you or someone else finds the time to integrate them in future.
1.) Possibility to trigger a script with an IO input. Thus I could write a shutdown script for the pi and press the button after I decide I will put it to sleep?2.) Possibility to include the parameters (fan and measured temp) in the temperature graph. This would be useful to see the temperature vs. fanspeed setting in a history.3.) Possibility to overwrite the fanspeed when it is set to temperature control. Maybe a switch next to it to select between manual or automatic? As soon as you type into the field it would switch to manual...?
4.) Show values on the LCD via GCode, would that in general be possible? I am still using my factory display from the MK3S unit so it would be great to be able to display the housing temperature and fan setting on the display.5.) Measure fan speed. As I am using a 4 pin PWM controlled fan, I could read back the speed and thus detect as well a non working fan as a deteriorated fan.Thanks again for what you did already and take it just as food for thought if you're interested in new features ;)
Cheers!
1 - Already implemented (output type shell script)
2 - Duplicated, https://github.com/vitormhenrique/OctoPrint-Enclosure/issues/34 needs octoprint to implement hooks for me to be able to develop this.
3 - That is really low priority feature, but I'll keep in mind.
4 - Duplicated, printers are way to different, I can not really on sending, or using the current printer lcd, when developed (and if developed) it will use an external lcd on raspberry pi itself. But I have been thinking about this, and because the plugin is wayyyy to generic would be a mess having everything on generic lcds, I might get one specific lcd, and add compatibility to it.
5 - I need to test, but I don't think raspberry pi would be able to handle measuring the rotation of a fan that it is spitting 5 thousands times a minute.
I'm gonna keep 3 for now, and dash the other features to make it easy to track.