[Marlin] G004 - Dwell
📅Update: 2020/09/18
Description
Dwell pauses the command queue and waits for a period of time.
Notes
If both
SandPare included,Stakes precedence.
Usage
G4 [P<time in ms>] [S<time in sec>]
Parameters
[P<time in ms>]Amount of time to dwell[S<time in sec>]Amount of time to dwell
Examples
G4 P500 ; Dwell for 1/2 secondLast updated
Was this helpful?