Welcome! Log In Create A New Profile

Advanced

Heated Bed Not Showing up on LCD

Posted by icecats 
Heated Bed Not Showing up on LCD
April 06, 2018 06:56PM
Hello,
I recently downloaded Marlin 1.1.x and configured it for my Ultibots K-250 printer with a RAMPS 1.3/Arduino Mega. I have a RepRap Discount Smart Controller LCD. Heated bed controls do not show up on the LCD. How can I enable this?
Thanks,
icecats
Re: Heated Bed Not Showing up on LCD
April 06, 2018 08:30PM
you have to set a bed thermistor in the firmware
Re: Heated Bed Not Showing up on LCD
April 06, 2018 08:58PM
Perfect- that did the trick. One more question: when I home the machine, the axes move much faster than before. Is there a way to adjust the travel speed of the axes during homing?
Thanks,
icecats
Re: Heated Bed Not Showing up on LCD
April 07, 2018 01:35AM
In configuration.h

// Homing speeds (mm/m)
#define HOMING_FEEDRATE_XY (50*60)
#define HOMING_FEEDRATE_Z (4*60)

adjust as needed
Sorry, only registered users may post in this forum.

Click here to login