Manuel,
Running your code it appears the issue is related to the end of your 3rd operation.
the Z move on code line N33285 sends the machine to Z27.494 and i think this is when the issue occurs. I didn't do any math to figure out if this is outside of the machine envelope but it is a large Z move in relation to the surrounding code.
Because it is the last line of code in operation 3 i would be willing to bet it is a home or return location in the CAM software of the op. 3 specifications. You probably just need to edit the linking parameter or home position in that operation to get rid of this error.
you may also check your later ops as they may also have a similar error which would show up after fixing this one.
Hope this fixes the issue,
Michael