Weired display with Megatronics V3.1
Hi there,
I hope you can help me.
In my 3d printer there was a megatronics v3.0 board. Unfortunately it broked and i ordered a new one.
Now i have a brand new megatronics v3.1 board.
However with the old firmware, with worked totally fine with the 3.0 - Board i get this on the display:
When i loaded the megatronics test-firmware to the board it shows the temperature and everything is fine.
I cant find a problem, do can you help me please?
Best regards
I hope you can help me.
In my 3d printer there was a megatronics v3.0 board. Unfortunately it broked and i ordered a new one.
Now i have a brand new megatronics v3.1 board.
However with the old firmware, with worked totally fine with the 3.0 - Board i get this on the display:
When i loaded the megatronics test-firmware to the board it shows the temperature and everything is fine.
I cant find a problem, do can you help me please?
Best regards
Comments
You can also try
#define TRY_AUTOREPAIR_LCD_ERRORS
That will reinit display every second. Helps especially if it works for a while and then gets garbage.
Thank you for your answer.
Unfortunately your solution didn't work :-(
Yes the boards are pin compatible.
According to the datasheet, the only difference between the boards are:
The strange thing is, that, with repetier-host, i am unable to control the printer. Like home a axis, for example.
But when i sent the printer a M115 command, i will get an normal response.
What could that be?
Best regards,
Alex
and it is D57 that is x motor direction - always was.
Last thing I can think of is delay if lcd is slow. In DisplayList.h you see for each controller a
#define UI_DELAYPERCHAR 50
That sets the delay in us between 2 chars send to controller. You could increase that to 100 and see if it helps. But 50 is normally enough for all.For your other problem try disabling display first so you know it does not interfere.
One common problem is a automount loop, but you would see that in log when connected.
Check M119 and consider that new firmware has an option that moves are only allowed after homing.