GCodePlungeZRel Method

Plunge the Z-axis into the material.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public static string PlungeZRel(
	float plungeDepth,
	float feedRate
)

Parameters

plungeDepth  Single
The depth to plunge from the registered height.
feedRate  Single
The feed rate at which to make the plunge.

Return Value

String
Reference to a string containing the command for the Z-axis plunge.

Remarks

The top of the material represents plunge depth 0.

The wasteboard of the canvas represents the fully extended position of the Z-axis.

See Also