Interface IHomeMcConfig
- Namespace
- Hi.NcParsers.Dependencys
- Assembly
- HiMech.dll
G28 first reference position (home machine coordinate) per axis.
public interface IHomeMcConfig : INcDependency, IMakeXmlSource
- Inherited Members
- Extension Methods
Properties
HomeMcAbc_deg
ABC home position in degrees. Defaults to 0 per missing axis.
Vec3d HomeMcAbc_deg { get; set; }
Property Value
HomeMcXyz
XYZ home position. Defaults to 0 per missing axis.
Vec3d HomeMcXyz { get; set; }
Property Value
Methods
GetHomePosition(string)
Gets the home position for a specific axis. Returns null if the axis has no home position configured.
double? GetHomePosition(string axisName)
Parameters
axisNamestring
Returns
SetHomePosition(string, double)
Sets the home position for a specific axis.
void SetHomePosition(string axisName, double value)