I have a 10 year old VF-2, and I'm using Fusion 360 for my CAM. When I went to run a simple Facing operation, my mill runs the program until line N120. Then it stops feeding. The spindle spins, the mill is not feeding, and there are no error messages. This recently started happening on new programs, but I haven't seen it on old programs. (I haven't run many old programs since this started though.)

Here is my code:

%
O01001 (StrBH SU2 R615d)
(Using high feed G1 F500. instead of G0.)
(T7 D=0.375 CR=0. - ZMIN=-0.485 - flat end mill)
N10 G90 G94 G17
N15 G20
N20 G53 G0 Z0.

(Face1)
N25 T7 M6
N30 S10000 M3
N35 G54
N40 M8
N45 G1 X0.9937 Y-0.6335 F500.
N50 G0 G43 Z0.6 H7
N55 G0 Z0.2
N60 G1 Z-0.0475 F30.
N65 G18 G3 X0.9562 Z-0.085 I-0.0375 K0.
N70 G1 X0.75
N75 X-0.75
N80 G17 G2 Y-0.333 I0. J0.1502
N85 G1 X0.75
N90 G3 Y-0.0326 I0. J0.1502
N95 G1 X-0.75
N100 G2 Y0.2679 I0. J0.1502
N105 G1 X0.75
N110 G3 Y0.5683 I0. J0.1502
N115 G1 X-0.75
N120 G18 G3 X-0.7875 Z-0.0475 I0. K0.0375
N125 G0 Z0.2

N425 G0 Z0.6

N430 M5
N435 M9
N440 G53 G0 Z0.
N445 X0.
N450 G53 G0 Y0.
N455 M30
%

Any help is appreciated.