You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found the problem that the Arduino's internal pull-up resistor for the Z-limit is not set correctly. I've tested the Arduino Uno R3 by itself, meaning with an own script to set all Pull-ups, which works as expected. For some reason, grbl doesn't manage to set it correctly.
To Reproduce
Simply install grbl on an Arduino Uno R3 and measure the D11 pin's voltage compared to GND.
Expected behavior
As far as I read, grbl is expected to set pull-up resistors for all input pins per default. This works for the X and Y limits, but not for the Z-limit.
The text was updated successfully, but these errors were encountered:
Describe the bug
I've found the problem that the Arduino's internal pull-up resistor for the Z-limit is not set correctly. I've tested the Arduino Uno R3 by itself, meaning with an own script to set all Pull-ups, which works as expected. For some reason, grbl doesn't manage to set it correctly.
To Reproduce
Simply install grbl on an Arduino Uno R3 and measure the D11 pin's voltage compared to GND.
Expected behavior
As far as I read, grbl is expected to set pull-up resistors for all input pins per default. This works for the X and Y limits, but not for the Z-limit.
The text was updated successfully, but these errors were encountered: