Hi,
I built a jogwheel around an Arduino Uno that delivers on its USB port gcode sequences of the type “$J=G21 G91 X0.100 F500”.
Connected directly with my mini CNC under GRBL it works very well. Now, I would like to be able to use it through cncjs opened in a browser page. Has anyone in the group already developed the necessary tools, if so, would he be willing to share them?
#1 – rflulling 于 2025-10-12
I dont know any better but I think you can do this now by switching control from mdi to keypad jogging. It does not look like there is a way to do both. Though in theory we should be able to as long as text entry is allowed. The catch is that the box refreshes at a rate that makes CL prohibitive. Still if your Jogpad can function as a keyboard, then it can operate as CL meaning it should allow you to keep an on screen jog and physical pendent. Note as CL they will likely not share the same display and in that respect only one can be in charge at a time.