Welcome to mirror list, hosted at ThFree Co, Russian Federation.

M085.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89afc4fb012bc2b8809dfe02af1ba70e593eb491 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
tag: m0085
title: Inactivity Shutdown
brief: Set the inactivity timeout.
author: thinkyhead

group: control

codes: [ M85 ]

notes:

parameters:
  -
    tag: S
    optional: false
    description: Max inactive seconds
    values:
      -
        tag: seconds
        type: int

example:
  -
    pre: Shut down the machine after 10 minutes with no activity
    code: M85 S600

---

Use this command to set a maximum period of time for the machine to be inactive (with no moves). If the machine is idle for longer than the set period, the firmware will shut everything down and halt the machine.