GCodeTransitToPositionZAbs Method

Return the command to move the Z axis to transit position.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static string TransitToPositionZAbs(
	TransitZEnum zPositionType
)

Parameters

zPositionType  TransitZEnum
The type of position to which the Z-axis will be transited.

Return Value

String
Reference to a string containing the command to move the Z axis to its topmost position for transit.

See Also