just another pcb2gcode GUI
- most command-line options included
- working configuration by default
- can work with the mask and paste layers
- one-click to create all the files
- saves the project for re-use
Windows only currently.
This project uses Tauri to turn HTML/TypeScript into a cross-platform application. It requires a working Rust installation and Node.js.
git clone https://github.com/u-fire/kicnc.git
cd kicnc
npm i
npm run tauri build
The application file will be in ./src-tauri/release/
.