zeevy / grblcontroller

Compact android mobile application for gcode streaming and controlling a cnc machine with grbl firmware
GNU General Public License v3.0
196 stars 70 forks source link

Jog buttons do not work #150

Closed dmitriybabintsev closed 2 years ago

dmitriybabintsev commented 2 years ago

Hello. I faced a pretty strange issue.. Can you please help me fix it? When I first installed a GRBL controller it worked good (Installed on Android from Play market). But something happened and now Jog buttons do not work at all. I don't see any output in the console window (looks like no command sent when pressing any jog button).

zeevy commented 2 years ago

Which connection type you are using bluetooth or usb? Only jog buttons are not working?

dmitriybabintsev commented 2 years ago

I'm using Bluetooth connection. Only jog buttons are not working. "Homing" button works on that tab.

dmitriybabintsev commented 2 years ago

I tried reinstalling the app but with no luck.

dmitriybabintsev commented 2 years ago

I should see a corresponding command in the console window when press any jog button right?

zeevy commented 2 years ago

I should see a corresponding command in the console window when press any jog button right?

Yes, it should show the command. Is there any usb connection also active like phone is connected to any other system via USB cable?

dmitriybabintsev commented 2 years ago

I should see a corresponding command in the console window when press any jog button right?

Yes, it should show the command. Is there any usb connection also active like phone is connected to any other system via USB cable?

No, only BT connection.

Looks like I found the root cause.

I just noticed that GRBL parameter $10 corrupted in my controller. Its value should be 511, but now $10=1. All jogging commands work after I set $10=511.

Sorry for triggering a false issue..

zeevy commented 2 years ago

You're very welcome, thanks for the update