Sets absolute zero position on the specified axis. More...
Public Member Functions | |
ResetTo (double value, GCodeSpecial.Axis axis) | |
Constructs a new ResetTo object with the specified value on the specified axis. 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... | |
GCodeSpecial.Axis | Axis [get, set] |
Sets or gets the specified axis. More... | |
double | Value [get, set] |
Set or gets the new absolute zero position. More... | |
Properties inherited from GCodeAPI.IGCode | |
string | Name [get] |
Returns the name of IGCode More... | |
Sets absolute zero position on the specified axis.
GCodeAPI.ResetTo.ResetTo | ( | double | value, |
GCodeSpecial.Axis | axis | ||
) |
Constructs a new ResetTo object with the specified value on the specified axis.
value | |
axis |
IGCode GCodeAPI.ResetTo.Duplicate | ( | ) |
override string GCodeAPI.ResetTo.ToString | ( | ) |
Returns the g-code string.
|
getset |
Sets or gets the specified axis.
|
get |
Returns the name of IGCode
|
getset |
Set or gets the new absolute zero position.