Electron app for controlling GRBL CNC machine and running CNC jobs.
- Grab the ESP-01 board and flash it with CNCD firmware
- Insert ESP-01 into the slot of the cncd-esp01-board , the arrow on the top side shows the direction of the ESP-01 antenna
- Connect the board with the CNC Controller Board using Offline Controller's cable
- Power on CNC
- Configure WiFi connection of CNCD
- Install and run Wireless CNC Controller
- Now you can upload CNC job to controller and launch it!
- currently supports Windows 10 and newer
- tested on Windows 10
- Install Node.js via nvm or other way. This project compiles using Node.js 19
- Run
npm install - Run
npm run pack:app - Find build artifacts in the
dist/folder
- automatically discovers CNC in your home network by using mDNS query
- tracks CNC job progress
- tracks CNC state: alarm, reset , hold, etc
