You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Timeout period. Temperatures are reduced if the machine is idle for this period.
20
+
values:
21
+
-
22
+
tag: seconds
23
+
type: int
24
+
-
25
+
tag: T
26
+
optional: true
27
+
description: Temperature trigger. Timeout only applies above this temperature.
28
+
values:
29
+
-
30
+
tag: temp
31
+
type: int
32
+
-
33
+
tag: E
34
+
optional: true
35
+
description: Extruder idle temperature. The hotend is set to this temperature on timeout.
36
+
values:
37
+
-
38
+
tag: temp
39
+
type: int
40
+
-
41
+
tag: B
42
+
optional: true
43
+
description: Bed idle temperature. The bed is set to this temperature on timeout. (Requires a heated bed.)
44
+
values:
45
+
-
46
+
tag: temp
47
+
type: int
48
+
49
+
example:
50
+
-
51
+
pre: Reduce hotend and bed temperatures after 4 minutes with a hotend over 100
52
+
code: M86 S240 T100 E40 B30
53
+
54
+
---
55
+
56
+
Use this command to set a maximum period of time for the machine to be idle with heaters on. If the extruder temperature is above the trigger value and the machine is idle for longer than the set period, the firmware will set the temperature of all hotends and the heated bed to the configured temperatures.
57
+
58
+
Send `M86` with no parameters to report the current settings.
0 commit comments