Biesse Cix Macro Rout Start_point Line_ep: Endpath
// 4. End Path (Retract) MoveRapid(Z, SafeZ);
: This could refer to an endpoint of a line segment within the machining process. It helps define the geometry of the part to be machined. biesse cix macro rout start_point line_ep endpath
G68 ROUT_LINEAR start_point = X150 Y200 Z1.5 F1000 line_ep = X450 Y200 endpath = 1 G69 // 4. End Path (Retract) MoveRapid(Z
: Clearly understand what you want to achieve. Are you trying to create a new routing operation, modify an existing one, or troubleshoot a path? modify an existing one
End point of the linear rout, relative to start_point . Internally, the macro calculates delta X and delta Y .