Welcome! Log In Create A New Profile

Advanced

Beeping and error message on LCD

Posted by austing 
Beeping and error message on LCD
August 21, 2015 08:08PM
Just installed a new board as the old one broke at a connection point...
switched from the MKS board on top to the one on the bottom (only one i could order figured it would be fine)
[youtu.be]
There is a video of the problem and what happens when i give it power...if i unplug the LCD it will stop and also if i hold the reset switch it will stop...
I have a MKS v1.3 board

Edited 1 time(s). Last edit at 08/21/2015 08:08PM by austing.
Re: Beeping and error message on LCD
August 22, 2015 01:38PM
Update: flashed the MKS board and installed marlin now im getting on the LCD

" 476/0 "
" Err:MAXTEMP "

Edited 1 time(s). Last edit at 08/22/2015 01:38PM by austing.
Re: Beeping and error message on LCD
August 23, 2015 12:20AM
Misconfigured or disconnected thermistor . . .

- Tim
Re: Beeping and error message on LCD
August 23, 2015 06:38PM
In marlin i changed a few -1 settings of the thermistors to the according thermister from the key above, that fixed it. Thanks
Re: Beeping and error message on LCD
August 23, 2015 11:00PM
Holy cow I didn't know there was so much to learn in C++...slightly over my head..
anyways,after configuring a little bit more im not getting "expected ')' before ';' token"


Here is the code
void lcd_buzz(long duration, uint16_t freq)
{
#ifdef LCD_USE_I2C_BUZZER
lcd.buzz(duration,freq);
#endif
}

bool lcd_clicked()
{
return LCD_CLICKED;
}
#endif//ULTIPANEL


/********************************/
/** Float conversion utilities **/
/*********************
Re: Beeping and error message on LCD
August 24, 2015 04:01PM
Update, restarted with a new version of marlin and re-entered what needed to be put in and now the LCD screen is working..problem is the heaters arnt....here is my config file. i have a heated bed,extruder and fan. when the printer is told to heat there isn't even an activity LCD under the heated bed connection
Attachments:
open | download - Configuration.h (35 KB)
Sorry, only registered users may post in this forum.

Click here to login