Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 750 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 750 Bytes

OctoPrint-FanSpeedMirror

Mirror the parameter(s) of GCode commands M106, M107 to scripts on the OctoPrint host

Setup

Install via the bundled Plugin Manager or manually using this URL:

https://github.com/b-morgan/OctoPrint-FanSpeedMirror/archive/master.zip

Configuration

  • Enter a command that will be sent to the OctoPrint host when an M106 is seen in the GCode. The value of the M106 S parameter will be appended to this command

  • Enter a command that will be sent to the OctoPrint host when an M107 is seen in the GCode

  • Example bash scripts can be found in extras

  • The Wiki contains some background and additional documentation