Question #12028

Which one of the program block may suitable to move the cutting tool 'x' axis 42.0 'z' axis 0.0 with the feed of 0.1 mm?

A.
G00 x 42.0 z 0.0 F 0.1;
B.
G02 x 42.0 z 0.0 F 0.1;
C.
G01 x 42.0 z 0.0 F 0.1;
D.
G03 x 42.0 z 0.0 F 0.1;
Explanation

No explanation provided.