The Entry/Exit and Link functions in Go2Cam define the toolpath connections between different machining segments. This includes toolpath start/end points, connections between toolpath segments, and lead-in/lead-out motions.
Entry/Exit
Defines the initial and final movements of the tool for the entire machining process.
|
|
Link Functions
Define how the tool connects different segments of the toolpath. Gaps Along Cut Connects segments when there are gaps within a single toolpath.
Links Between Passes Connects adjacent passes within a slice.
Links Between Slices Connects adjacent cuts or cutting layers.
|
|
Lead-In/Lead-Out
Defines the initial and final movements of the tool within a machining segment.
|
|
Retracts
Define the tool's movement away from the workpiece to a safe position.
|
|
|
|
|
The optimal link function configuration depends on factors such as material, tool type, machining strategy, and desired surface finish. Experimentation and optimization are often required to achieve desired results. |
|