Radds + LCD
in Bug Reports
Hi, I have Radds control board on Arduino Due and Full Graphic LCD.
LCD is configured in uiconfig.h by this link: https://github.com/luc-github/DUE-RADDS-GLCD
Repetier firmware is 1.0.0dev.
When printing from SD Card, print are stuttering (not moving smoothly). Please see videos for more understanding: and
When I go to menu in LCD, all is good without stuttering. Now i have UI_AUTORETURN_TO_MENU_AFTER set to 0 and I am in menu during all printing time.
I also playing with "MOVE_CACHE_LOW" and "lowTicksPerMove", but no response.
In my opinion is to fast refresh rate on LCD with combination an 32bit control board.
Please, can You help me with this issue? Thank You.
Sorry for my poor english
LCD is configured in uiconfig.h by this link: https://github.com/luc-github/DUE-RADDS-GLCD
Repetier firmware is 1.0.0dev.
When printing from SD Card, print are stuttering (not moving smoothly). Please see videos for more understanding: and
When I go to menu in LCD, all is good without stuttering. Now i have UI_AUTORETURN_TO_MENU_AFTER set to 0 and I am in menu during all printing time.
I also playing with "MOVE_CACHE_LOW" and "lowTicksPerMove", but no response.
In my opinion is to fast refresh rate on LCD with combination an 32bit control board.
Please, can You help me with this issue? Thank You.
Sorry for my poor english
Comments
start homing before printing then the ??? flickering disappears and coords are shown
looking at video 1 i see your buffer is running low and also stuttering happens in curves,
think too many respectively too short segments.
Yes, it is stuttering in curves or small segments. But when I go to the menu on the LCD, the stuttering discontinue. First video determine this.
in configuration.h
** \brief Number of moves we can cache in advance.
This number of moves can be cached in advance. If you wan't to cache more, increase this. Especially on
many very short moves the cache may go empty. The minimum value is 5.
*/
#define PRINTLINE_CACHE_SIZE 50
original is 32 , my setup is 80.
another question , as development version changes often, when did you download it?