Skip to content

3. Configuration (OctoPrint)

Brad Morgan edited this page Apr 12, 2019 · 2 revisions

This plugin has a settings page accessed from OctoPrint by using the wrench icon at the top of the main page and then selecting "Fan Speed Mirror" on the left side of the settings page. You will be presented with:

Fan Speed Mirror Settings Page

In each text box you will enter the OctoPrint host OS command that should be executed when that command is seen in the GCode being printed. Since the majority of OctoPrint hosts are running Linux, the examples here will be for that OS. As long as Python's subprocess.call(cmd_line) is supported, the host OS can be anything that supports OctoPrint.

Clone this wiki locally