Denvi / Candle

GRBL controller application with G-Code visualizer written in Qt.
GNU General Public License v3.0
1.34k stars 548 forks source link

Pendant, Macros, Calculator keypad #603

Open elhernes opened 1 year ago

elhernes commented 1 year ago

Is your feature request related to a problem? Please describe. I've been using cncjs on an old rasberry pi with a touchscreen. It's been almost tolerable, but I'd much prefer something in C++. Candle is fantastic, and I can build and run on the PI no problem. There are a few things from cncjs that I kind of liked and a little new development I'd like to add.

My Candle fork is here - https://github.com/elhernes/Candle

The details of my changes are in the readme.md file Is there any interest in bringing this into the main line?