Biesse Cix Start_point Line_ep Endpath Macros Jun 2026
; 2. Draw Line to End Point (Bottom Right) ; Moves in X direction line_ep point(x_start + x_len, y_start)
If start_point is the anchor, line_ep (line end point) is the engine of material removal. This macro defines the terminal coordinates of a linear cutting move, but in the Biesse CIX context, it is rarely a simple point. Instead, line_ep is typically used within a loop or a sequence of vectors to describe complex contours, pockets, or edge profiling. Unlike a generic G01, the line_ep macro in Biesse environments is often coupled with tool compensation (cutter radius compensation, CRC) and feed-rate modulation. When the interpreter processes line_ep , it expects that the tool is already in contact with the material (having transitioned from start_point via an entry move). The macro then directs the tool along a straight line in the XY plane while maintaining a specified Z depth. Multiple consecutive line_ep calls can form polygons or curves when combined with arc macros. The key distinction is that line_ep represents an engaged cutting motion—where chip load, deflection, and surface finish are actively managed. biesse cix start_point line_ep endpath macros
The Line EP macro provides users with a high degree of flexibility and accuracy when performing linear movements. By defining specific parameters, such as movement speed and distance, users can achieve precise results and minimize errors. Instead, line_ep is typically used within a loop
Based on the terminology you provided, you are working within the or Bolid CNC programming environment. These specific terms are components of the Biesse Structured Programming Language , used to create macros (parametric programs) for CNC machining. The macro then directs the tool along a