flexi-bot/docs/marlin/_gcode/M710.md
2023-09-05 20:38:49 +02:00

1.4 KiB

tag title brief author requires since group codes parameters examples
m0710 Controller Fan settings Set or report controller fan settings thinkyhead CONTROLLER_FAN_EDITABLE 2.0.5.2 thermal
M710
tag optional description values
S true Set the speed of the controller fan when motors are active.
tag type
speed int
tag optional description values
I true Set the speed of the controller fan when motors are off.
tag type
speed int
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.
type
bool
tag optional description values
R true Reset all settings to defaults. Other parameters can be included to override.
type
bool
tag optional description values
D true Set the extra duration to keep the fan speed high after motors are turned off.
tag type
seconds int
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

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