Allow capture of M106/M107 commands to control fan #240
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?
Would it be possible to add an option to capture M106 and M107 commands to control a fan being controlled by this plugin?
I have a fan which I'd like to use for part cooling that I'm controlling with this plugin. I can manually control it's speed with GUI, and custom gcode commands in terminal, but I'd like it to be automated.
I tried modifying this plugin for my needs. I was able to get it to output custom gcode commands (ie. ENC O5 S75), but they weren't being captured this plugin.
I'm really out of my depth at this point and would appreciate any insight.
Thanks
I don't understand why do you need an extra plugin, you should be able to use the enclosure gcodes directly on your gcode, after you slice and this plugin will capture them and do exactly what you want.