| m0710 |
Controller Fan settings |
Set or report controller fan settings |
thinkyhead |
CONTROLLER_FAN_EDITABLE |
2.0.5.2 |
thermal |
|
| tag |
optional |
description |
values |
| S |
true |
Set the speed of the controller fan when motors are active. |
|
|
| tag |
optional |
description |
values |
| I |
true |
Set the speed of the controller fan when motors are off. |
|
|
| tag |
optional |
description |
values |
| A |
true |
Set whether the fan speed is set automatically. When turned off the controller fan speed will remain where it is. |
|
|
| tag |
optional |
description |
values |
| R |
true |
Reset all settings to defaults. Other parameters can be included to override. |
|
|
| tag |
optional |
description |
values |
| D |
true |
Set the extra duration to keep the fan speed high after motors are turned off. |
|
|
|
| pre |
code |
| Set the Controller Fan to full speed now |
M710 A0 S255 |
|
| pre |
code |
| Use full speed when motors are on, half speed when off |
M710 A1 S255 I128 |
|
| pre |
code |
| Reset Controller Fan settings to defaults |
M710 R |
|
|