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

M876.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 809f1fda842963766851fd46cfd9819ad2d382ba (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
31
32
33
34
---
tag: m0876
title: Handle Prompt Response
brief: Handle Host prompt responses
author: shitcreek

requires: HOST_PROMPT_SUPPORT
group: hosts

codes: [ M876 ]

notes:
  - When `EMERGENCY_PARSER` is enabled the `M876` command is handled as soon as the command arrives.

parameters:
  -
    tag: S
    optional: false
    description: "Response to prompt"
    values:
      -
        tag: response
        type: int

example:
  -
    pre: Respond `Purge More` to `FILAMENT_RUNOUT` prompt
    code: M876 S0
---
Handle responses from the host, such as:
  - Filament runout responses: Purge More, Continue
  - General "Continue" response
  - Resume Print response
  - Dismissal of info