Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | (% style="color:#a0be2d" %)//**G4 P-**//(%%) | ||
| 2 | |||
| 3 | * //P// - time in seconds. | ||
| 4 | |||
| 5 | The number P is the time in seconds during which all axes remain stationary. It can be a floating point number if you need to specify fractions of a second. | ||
| 6 | |||
| 7 | (% style="color:#a0be2d" %)//**G4**//(%%) does not affect spindle, coolant and any I/O operations. | ||
| 8 | |||
| 9 | {{code language="g-code" title="(% style=~"color:#a0be2d~" %)//**G4 **//(%%)//example line~~://"}} | ||
| 10 | G4 P5.5 (5.5 seconds pause between G-Code lines) | ||
| 11 | {{/code}} | ||
| 12 | |||
| 13 | {{error title="**It is an error if:**"}} | ||
| 14 | * the P is negative or not omitted; | ||
| 15 | * executing a command in "Simulator" mode. | ||
| 16 | {{/error}} |