Wiki source code of G4: Пауза

Last modified by writer on 2023/11/28 16:38

Show last authors
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}}