vlachoudis / bCNC

GRBL CNC command sender, autoleveler and g-code editor
GNU General Public License v2.0
1.57k stars 533 forks source link

WHB04B-6 Pendant support #1367

Open LYHTSPD opened 4 years ago

LYHTSPD commented 4 years ago

I am trying to figure out is bCNC supports the WHB04B-6 manual pulse generators natively, or is that something I will have to add on my own?

Harvie commented 4 years ago

Probably not. Unless it can pretend it's keyboard.

LYHTSPD commented 4 years ago

I have found other CNC software that has set up a HAB configuration for them, but I am unsure of how that works. I am still doing some digging, but could use some help.

Harvie commented 4 years ago

bCNC has web pendant. Which also means you can write external script which communicates with whatever special hardware you have and later sends commands to bCNC over HTTP connection. You can even send custom g-code through it, if i remember correctly.