hey guys,
im trying to set up multiple parts for a few operations and im having a hard time getting it to work properly. i put just a basic code so you can see my issue, line N110 just goes straight to E3 and position for x and y and Feed. but my machine gives me an error code obviously because it doesn't have a function before it (like (9) for m-function or (0) for position).
any thoughts on why and what setting to change?

(T)$
N100(9)M03T101S2000$
N101(9)E02$
N102(0)X-0.75Y0.$
N103(0)Z4.$
N104(0)Z0.2$
N105(1)Z-0.25F10.$
N106(2)X-0.75Y0.I0.J0.D0$
N107(1)Z-0.5$
N108(2)X-0.75Y0.I0.J0.D0$
N109(0)Z4.$
N110E03X-1.375Y0.Z4.$
N111(0)$
N112(0)Z0.2$
N113(1)Z-0.25$
N114(2)X-1.375Y0.I0.J0.D0$
N115(1)Z0.2F100.$
N116(0)Z4.$
N117(9)M30$
END