shooter64738 / grbl-mega

Grbl Mega 2560 with Backlash Compensation
14 stars 12 forks source link

wrong output in the copiled Grbl_mega_back_compC.hex #5

Closed lookie25 closed 3 years ago

lookie25 commented 4 years ago

Hi. In the copiled Grbl_mega_back_compC.hex the line printString("checking comp loop\r"); in backlash.c is not comment out. So every gcode command return the mesage "checking comp loopok". This make problems with gbrl controler software. Perhaps you can update the compiled hex. You make a great job, your grbl version works perfect for me! Best reguards Thomas

ChristianBrandtner commented 4 years ago

grblBacklash012020.zip

Try this Version, it's running, see also closed Issue #4

Regards Christian grblBacklash012020.zip

shooter64738 commented 4 years ago

Woops! I'll remove that debug message!

TomMandle commented 3 years ago

Woops! I'll remove that debug message!

Hi Shooter. Thank you for adding the backlash comp. I installed the grblBacklash012020.zip but it is very slow. I changed the backlash numbers to 0 and it did not help. I installed the hex using loader. The mega board is fine because I ran another version and it was very fast.

Thank you again for all of your work.

I found the issues. I had update the firmware setting. Now it is as fast as the other code. A big thank you for adding the backlash and keeping the code up.

shooter64738 commented 3 years ago

Code and hex is updated. Erroneous print messages for BLC are gone, and correction to the BLC distance was made. Tested on a mega 2560. I'll close this issue now.

Thanks again!