Cant Play from sd card

I can get my gcode to play from sd card. sending from pronterface as macro works but when the same code is loaded to sd card as .nc file system will allow me to select the file with M23 but when I run m24 the file says print complete but nothing moves.

here is my geode

g91
g01 x.142 y-.166 f25
g01 z-.25
g01 x-.284 y-.0764
g01 y-.4967
g01 x.284 y-.0764
g01 y.6495
g01 z-.005
g01 x-.284 y-.0764
g01 y-.4967
g01 x.284 y-.0764
g01 y.6495
g01 z-.005
g01 x-.284 y-.0764
g01 y-.4967
g01 x.284 y-.0764
g01 y.6495
g01 z-.005
g01 x-.284 y-.0764
g01 y-.4967
g01 x.284 y-.0764
g01 y.6495
g01 z-.005
g01 x-.284 y-.0764
g01 y-.4967
g01 x.284 y-.0764
g01 y.6495
g01 z-.005
g01 x-.284 y-.0764
g01 y-.4967
g01 x.284 y-.0764
g01 y.6495
g01 z-.005
g01 x-.284 y-.0764
g01 y-.4967
g01 x.284 y-.0764
g01 y.6495
g01 z-.005
g01 x-.284 y-.0764
g01 y-.4967
g01 x.284 y-.0764
g01 y.6495
g01 z-.005
g01 x-.284 y-.0764
g01 y-.4967
g01 x.284 y-.0764
g01 y.6495
g01 z-.005
g01 x-.284 y-.0764
g01 y-.4967
g01 x.284 y-.0764
g01 y.6495
g01 z-.005
g01 x-.284 y-.0764
g01 y-.4967
g01 x.284 y-.0764
g01 y.6495
g01 z.300
g90

Imported from wikidot

List of commands used

<<<BLOCKQUOTE: <<<BLOCKQUOTE:
m23 cutout.nc
>>>>>>

SENDING:M23 CUTOUT.NC
File opened:/sd/CUTOUT.NC Size:819
File selected

<<<BLOCKQUOTE: <<<BLOCKQUOTE:
m24
>>>>>>

SENDING:M24
Done printing file

I might be mistaking, but try to save your file as a .txt
I was able to run any script that was save as a .txt

Thanks Will give that a try tomorrow.

Nope Thats not it still not working. Anyone else have any suggestions?

Hey.

Can you try with a .gcode extension instead of .nc ?

Also, can you try using the play command instead of G-codes ? See http://smoothieware.org/player

Cheers

Play was producing the same results. I will try changing to .gcode and trying again later today.
Thanks

Damn I’m sorry. I meant to say a .gcode exactly. My mistake.
Indeed renaming your file simply to a .gcode will make it work.