Mike, As far as I can tell, this is working "correctly", at least as designed (double-checked in WF 3.0). However, a couple of things may be confusing you, although I'm not sure what behavior you are expecting. (1) Unless you tell the system otherwise (See #3) the ENTRY_EDGE & CLEARANCE_EDGE parameters control position relative to the edge of the face. In other words, if you left both parameters at CENTER the tool would actually plunge down with its center on the starting edge, make its first pass, then feed along the opposite edge to move from the first to the second pass. (2) The parameter values (LEADING_EDGE, CENTER, or HEEL) apply to every pass. With the settings you have described, there is an angular motion at the end of each pass because the first pass ends with the tool center on the exit edge of the part, but it has to be clear of the part (leading edge) before it can reenter for the next pass. (3) You can build on these parameter settings by giving values to the END_OVERTRAVEL & START_OVERTRAVEL parameters found in the CUT_PARAM section. Thus, for example, you could "square up" the cutter path by setting the END_OVERTRAVEL value to the radius of the tool. Ultimately, you can set individual feed rates for these different additional motions (this and more in the Customize environment). (4) First and last passes can be further modified by giving values to the APPROACH_DISTANCE & EXIT_DISTANCE parameters as well. I hope this is helpful! David