RP2040 (Pi Pico) homing issue - Z stepper motor doesn't stop despite z limit switch trigger #528
-
Hi. On RP2040 Pi Pico board when homing is enabled and run, the Z stepper motor continues to move regardless of hitting the limit switch and triggering it. During homing when the limit switch is triggered, DRO on UGS reads out the Z alarm and $P shows input state as.. I checked the same limit switches on Arduino Uno and switches/homing worked fine. How can i get this to work for pi pico board? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi there, Inside cnc_config.h enable option This will make the limits work properly. |
Beta Was this translation helpful? Give feedback.
Hi there,
Inside cnc_config.h enable option
FORCE_SOFT_POLLING
.I will add that option to the web builder.
This will make the limits work properly.
I will try to get the limits change ISR to work ASAP.