Biesse Cix Start_point Line_ep Endpath Macro Now

! 2. Plunge into material (Move down to depth) line_ep 100, 100, -10 ; Stay at X/Y, move Z to -10mm depth

The endpath macro is used to define the ending point of a cutting motion. The macro takes a set of coordinates as input, which specify the final position of the machine. biesse cix start_point line_ep endpath macro

This simplified example illustrates a basic macro that moves to a start point and then to an end point in a straight line. Real-world macros can be much more complex, involving multiple lines of code, conditional statements, loops, and more. The macro takes a set of coordinates as

line_ep 10 20 30 40 50 60

! 3. Cut the Slot (Linear movement) line_ep 150, 100, -10 ; Move X to 150 (Slot length 50mm), keep Z at -10mm line_ep 10 20 30 40 50 60