Sienci-Labs / gsender

Connect to and control Grbl-based CNCs with ease
https://sienci.com/gsender/
Other
178 stars 41 forks source link

Y axis problem #525

Open philhape opened 2 months ago

philhape commented 2 months ago

System locks up when I jog the Y axis. X and Z work fine. Y axis works fine when I run a file. Only problem is when I try to jog the Y axis

mattydboom commented 1 month ago

I get tis too but only when using the corner homing buttons shown below:

image

image

Everything is set correctly and runs fine otherwise (Homes fine with the normal $H Command etc.).

I think I know where the error is though.... seems to be linked to the fact the Y-Axis is reversed on my setup, and the command line generated for these buttons gives a negative direction when it should be positive.

image

The result being that the soft limits are (correctly) being triggered by the incorrect value.

Put anther way, I think the coding hasn't taken into account the limit switches being on the negative end of the Y-Axis travel.

Breaker911chhh commented 3 weeks ago

I have the same problem, but for me the issue only occurs when I try and continuously jog the machine in the y axis. I can single click to move in the y axis and it works just fine. The only time it "locks" up is when I click and hold to jog in the y axis. X and Z axes work both with single click or click and hold.