"Low memory available, stability problems may occur."
I am sorry if I choose wrong category. I am building a delta printer. It is so simple that it has one extruder and one heat bed 4 stepper motor, 2 termistor etc. I configured a simple firmware for Ramps 1.4 based Arduino Mega. When I uploded the firmware to arduino, "Low memory available, stability problems may occur." error occurred.
I did not understand reason of error. The firmware is the simplest firmware to create on repetier configuration tool.
Could you please help me to pass over the problem?
Thanks in advance.
I did not understand reason of error. The firmware is the simplest firmware to create on repetier configuration tool.
Could you please help me to pass over the problem?
Thanks in advance.
Comments
When I create a Marlin firmware having same component, it is fine with LCD. But I want to use Repetier.
Repetier firmware have so much data on SRAM. I want a more efficient solution.
Thanks for help in advance.
Also the graphic display is a bad idea for 8 bit processors and deltas. Not that it does not work but it consumes at least 10% of CPU power, so you should not touch it when you are printing. The updates when scrolling/changing values can block the moves reducing print quality by using 100% for display updates. Also not as nice the 20x4 char is superior here.
Hape that was already the problem, otherwise change EEPROM_MODE to next value in case a eeprom value causes problems. You sometimes get that when switching from an other firmware.