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

M400.md « _gcode - github.com/MarlinFirmware/MarlinDocumentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f49052bcd03d50913c186c3cc881b290f3fa7249 (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
---
tag: m0400
title: Finish Moves
brief: Wait for all moves to finish
author: thinkyhead

group: motion

codes: [ M400 ]

notes:

parameters:

example:
  -
    pre: Wait for moves to finish before playing a beep
    code:
      - M400
      - M300 S440 P100

---

This command causes G-code processing to pause and wait in a loop until all moves in the planner are completed.