GCodeTransitToPositionXYAbs Method

Transit to an absolute location on the canvas.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static string TransitToPositionXYAbs(
	FPoint offset
)

Parameters

offset  FPoint
Reference to the absolute offset from the physical origin.

Return Value

String
Reference to a string representing the command to transit to the specified XY coordinates at the maximum possible feedrate, if valid. Otherwise, an empty string.

See Also