Welcome! Log In Create A New Profile

Advanced

printer got crazy

Posted by asaf054 
printer got crazy
February 10, 2016 04:35PM
hello, i made some changes on my prusa i3 throw the merlin (change the x direction) and the the printer start beeping and the screen stoped working.
if someone know how to fix it i will appreciate the help.



sketch\Marlin_main.cpp:2108:36: warning: invalid suffix on literal; C++11 requires a space between literal and identifier [-Wliteral-suffix]

LCD_MESSAGEPGM(MACHINE_NAME" "MSG_OFF".");

Edited 1 time(s). Last edit at 02/10/2016 06:03PM by asaf054.
Re: printer got crazy
February 10, 2016 09:53PM
Use code tags so we can see the proper spaces. Looks like not enough spaces between the terms. Should be:
LCD_MESSAGEPGM(MACHINE_NAME " " MSG_OFF ".");
Sorry, only registered users may post in this forum.

Click here to login