Jog command from MEGA/RAMPS/Reprap Controller not working #533
-
I'm using the new 1.8.0 uCNC with Mega/RAMPS/RepRap smart display controller. |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments
-
I will run more tests on this. Just a few notes.
For example if you are running commands from the UART the display commands are waiting for the channel to become free to transmit. On that note. If don't connect the board to any program does the display improves the response? |
Beta Was this translation helpful? Give feedback.
-
Ok confirmed there is an issue. I will review the code and give you feedback. I will open an issue. |
Beta Was this translation helpful? Give feedback.
-
This is still being tested. This is a hard bug to track due to the lack of debugging tools on AVR. I might need to implement a simulation on a different board with a different display since this one does not seem to work with 3.3v. |
Beta Was this translation helpful? Give feedback.
-
I've tracked the issue and I'm working on the patches to fix this. As soon as it's sorted I'll give feedback. |
Beta Was this translation helpful? Give feedback.
-
I've implemented the changes to the core code and graphic display module, available at the master branch. Took quite some logic refactoring, so I hope I did not introduced any new issue. |
Beta Was this translation helpful? Give feedback.
I've implemented the changes to the core code and graphic display module, available at the master branch.
Took quite some logic refactoring, so I hope I did not introduced any new issue.
Please report if you find anything wrong.
Thanks.