Hey guys,

I know this comes up from time to time, especially when using open pockets AKA advanced pockets... So here the solution and it's really easy to implement.

What you want to do is edit your post processor. You need to change 2 posting blocks. What you are doing is replacing the G00 move to a G01 Move with a high feed rate.

52. Line rapid move XY.
n,"G01",xr,yr,p_rot,s_rot, "F900."

54. Line rapid move XYZ.
n,"G01",xr,yr,zr,p_rot,s_rot, "F900."


This concept is also called "map to high feed rate "

You can use any feed rate that would work best for your machine F900 is just an example.


Again this solution will remove rapid XY or rapid XYZ moves to Feed moves at a high feed rate.

For now you can save the post under a different name, something like Post name no rapid moves. For more advance users you can create an advance posting tab to turn this option on and request the Feed value to be used. I hope this helps a few of your, let me know if there are any questions.