grblHAL / iMXRT1062

grblHAL driver for NXP iMXRT1062 (Teensy 4.x)
Other
51 stars 39 forks source link

Single Block switch ignored #87

Open JasonTitcomb opened 1 month ago

JasonTitcomb commented 1 month ago

Great product. Really enjoying it.

Running the T41U5XBB board flashed from the web builder and ioSender .44 Start, Hold and Single Block buttons are hard wired. I was testing a short program. First I single block through the entire program and it stops at the end. If I click the Reset button in ioSender at that point and cycle start again, it ignores that my single block switch is on. Seems like I need to toggle it on and off before I start if I do a reset. settings.txt Pins.txt

terjeio commented 1 month ago

This has to wait until I am back home and have access to a board. FYI when I tested with the STM32F7xx it works, and the code is basically the same...

JasonTitcomb commented 3 weeks ago

I created a pull request.