Table of Contents

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

Vec3d

HomeMcXyz

XYZ home position. Defaults to 0 per missing axis.

Vec3d HomeMcXyz { get; set; }

Property Value

Vec3d

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

axisName string

Returns

double?

SetHomePosition(string, double)

Sets the home position for a specific axis.

void SetHomePosition(string axisName, double value)

Parameters

axisName string
value double