thinkyhead

M710 - Controller Fan settings

2.0.5.2 thermal Set or report controller fan settings CONTROLLER_FAN_EDITABLE

Description

Set one or more Controller Fan options. Without any parameters report the current settings.

Usage

M710 [A<bool>] [D<seconds>] [I<speed>] [R<bool>] [S<speed>]

Parameters

[A<bool>]

Set whether the fan speed is set automatically. When turned off the controller fan speed will remain where it is.

    [D<seconds>]

    Set the extra duration to keep the fan speed high after motors are turned off.

      [I<speed>]

      Set the speed of the controller fan when motors are off.

        [R<bool>]

        Reset all settings to defaults. Other parameters can be included to override.

          [S<speed>]

          Set the speed of the controller fan when motors are active.

            Examples

            Set the Controller Fan to full speed now

            M710 A0 S255

            Use full speed when motors are on, half speed when off

            M710 A1 S255 I128

            Reset Controller Fan settings to defaults

            M710 R