Bad code message

hi
I got an error message. Error 2 bad number format. When viewing the code, the name of the operation somehow was included. I used nc viewer to delete the item. The result is below. Are there any errors at this point?
Z0.100
M0 ;T251
S10000
G0X0.168Y0.145
G1Z-0.027F10.0
X0.175Y0.139F60.0
X0.181Y0.134
X0.185Y0.131
X0.190Y0.128
X0.195Y0.124

thanks

Don’t know if you use gSender, but if you do there is a test run button that will check your code for errors. I didn’t get any errors when I ran your file.

That said, the code is missing some things that I usually see at the beginning of the file. Specifically plane selection, G17 selects the XY plane, G20 or G21 for inches or mm, and G90 or G91 for absolute or relative distances. These commands are modal meaning they last for multiple commands. If they aren’t set in the file you just end up with what ever the setting was set to last if my understanding is correct.

You might find the following link useful for learning a little more about different gcodes.
http://linuxcnc.org/docs/html/gcode.html