Pause the machine for a period of time More...
Public Member Functions | |
| Wait (int msec) | |
| Default constroctor More... | |
| override string | ToString () |
| Returns the g-code string. More... | |
| IGCode | Duplicate () |
| Returns a deep copy of the object. More... | |
Properties | |
| string | Name [get] |
| int | Time [get, set] |
| Set or gets the time to wait, in milliseconds. More... | |
Properties inherited from GCodeAPI.IGCode | |
| string | Name [get] |
| Returns the name of IGCode More... | |
Pause the machine for a period of time
| GCodeAPI.Wait.Wait | ( | int | msec | ) |
Default constroctor
| msec | Time to wait, in milliseconds |
| IGCode GCodeAPI.Wait.Duplicate | ( | ) |
| override string GCodeAPI.Wait.ToString | ( | ) |
Returns the g-code string.
|
getset |
Set or gets the time to wait, in milliseconds.