Goes to home specified axis. More...
Public Member Functions | |
| GoToHome (bool x=false, bool y=false, bool z=false) | |
| Constructs a new GoToHome object with the specified axis settings. More... | |
| override string | ToString () |
| Returns the g-code string. More... | |
| IGCode | Duplicate () |
| Returns a deep copy of the object. More... | |
Properties | |
| string | Name [get] |
| Returns the name of IGCode More... | |
| bool | X [get, set] |
| Gets or sets X axis reseting. More... | |
| bool | Y [get, set] |
| Gets or sets Y axis reseting. More... | |
| bool | Z [get, set] |
| Gets or sets Z axis reseting. More... | |
Properties inherited from GCodeAPI.IGCode | |
| string | Name [get] |
| Returns the name of IGCode More... | |
Goes to home specified axis.
| GCodeAPI.GoToHome.GoToHome | ( | bool | x = false, |
| bool | y = false, |
||
| bool | z = false |
||
| ) |
Constructs a new GoToHome object with the specified axis settings.
| x | Goes to home on X axis |
| y | Goes to home on Y axis |
| z | Goes to home on Z axis |
| IGCode GCodeAPI.GoToHome.Duplicate | ( | ) |
| override string GCodeAPI.GoToHome.ToString | ( | ) |
Returns the g-code string.
|
get |
Returns the name of IGCode
|
getset |
Gets or sets X axis reseting.
|
getset |
Gets or sets Y axis reseting.
|
getset |
Gets or sets Z axis reseting.