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

M999.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8d77208bd080c096ac9fcca14101a47f59c9c8bf (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: m0999
title: STOP Restart
brief: Return the machine to Running state
author: thinkyhead

group: control

codes: [ M999 ]

notes:

parameters:
  -
    tag: S
    description: Resume without flushing the command buffer. The default behavior is to flush the serial buffer and request a resend to the host starting on the last `N` line received.
    values:
      -
        type: bool

examples:
  -
    pre: Restart the machine
    code: M999

---

If a **STOP** occurs you can use [`M999`](/docs/gcode/M999.html) to restart the "stopped" machine after resolving the issue.

Marlin will call **STOP** if any error occurs that would make continuing the current process problematic. For example, if the probe fails to deploy, it will abort probing and STOP. Note that this disables all heaters.