BaronWilliams wrote:It's possible to control the FlashForge Dreamer fan using the macros in Simplify3D's Machine Control Panel.
Here's a macro for turning on the fan. Note that
M601 S0 is always sent before sending a command. The "
~" character is
7E, the required Start Delimiter. The End Delimiter
0A can be generated by having a new line in the macro (press enter to make a new line). A new line is
0A in hex.
Go to
TOOLS -> FIRMWARE CONFIGURATION -> MACROS and enter this as one of the macros.
To get this working, make sure you turn off the
Wait For Startup Command option in
TOOLS -> FIRMWARE CONFIGURATION -> COMMUNICATION.
Now when you are connected in Simplify3D's Machine Control Panel, you can press that macro and the fan turns on.
To turn off the fan use this macro: