-
Notifications
You must be signed in to change notification settings - Fork 47
Description
I compiled GRBLHAL from the web builder for Teensy 4.1 for an T41U5XBB and I am undershooting my target consistently, shorter distances are worse than farther distances. For instance, moving 5mm which should be one rotation may only rotate 1/4 turn. Moving 100mm may turn 19.5 turns instead of 20. I tried my old arduino grbl controller with the same settings and it ran perfectly.
I built a pulse counter using an arduino to count to the Teensy pulses and it was consistently less then required pulses. (IE 2000pulse/mm only returns 1990 pulses) Then I would recalculate the settings and adjust and the pulses would still not consistently reach 2000 pulses. It would get close but if I performed the same action 5 times it would may reach 2000 pulses once.