I use Arduino 1.6.6 and the current Marlin_release as of 2015/11/29 for compile.
I get a syntax error on line 2667 dealing with ~MACHINE_NAME" "MSG_OFF".");
I have to go in add modify it to be ~MACHINE_NAME " " MSG_OFF "."); by adding spaces between the nemonics and the doulde quotes.
Has anybody ever had to do this in the Marlin code before in other circumstances?
If not, I hate to be going down this lonely path or leaving breadcrumbs for other people to correct their code as it is not mine.
Thanks.