GCodeAPI.GoToHome Class Reference

Goes to home specified axis. More...

Inheritance diagram for GCodeAPI.GoToHome:
GCodeAPI.IGCode

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...
 

Detailed Description

Goes to home specified axis.

Constructor & Destructor Documentation

◆ GoToHome()

GCodeAPI.GoToHome.GoToHome ( bool  x = false,
bool  y = false,
bool  z = false 
)

Constructs a new GoToHome object with the specified axis settings.

Parameters
xGoes to home on X axis
yGoes to home on Y axis
zGoes to home on Z axis

Member Function Documentation

◆ Duplicate()

IGCode GCodeAPI.GoToHome.Duplicate ( )

Returns a deep copy of the object.

Returns

Implements GCodeAPI.IGCode.

◆ ToString()

override string GCodeAPI.GoToHome.ToString ( )

Returns the g-code string.

Returns

Property Documentation

◆ Name

string GCodeAPI.GoToHome.Name
get

Returns the name of IGCode

◆ X

bool GCodeAPI.GoToHome.X
getset

Gets or sets X axis reseting.

◆ Y

bool GCodeAPI.GoToHome.Y
getset

Gets or sets Y axis reseting.

◆ Z

bool GCodeAPI.GoToHome.Z
getset

Gets or sets Z axis reseting.


The documentation for this class was generated from the following file: