odaki / Candle

GRBL controller application with G-Code visualizer written in Qt.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Candle

GRBL controller application with G-Code visualizer written in Qt.

Supported functions:

  • Controlling GRBL-based cnc-machine via console commands, buttons on form, numpad.
  • Monitoring cnc-machine state.
  • Loading, editing, saving and sending of G-code files to cnc-machine.
  • Visualizing G-code files.

Changed from base repository:

  • Based on Experimental release
  • Adoption of a new version of Qt
  • Change CMakeLists.txt to generate DMG package (run "make appdmg")
  • Use GLES widget (QOpenGLWidget)
  • Disable plugins
  • Support Apple Silicon

Build requirements:

Qt 5.15.x with Xcode commandline compiler (Apple clang version 15.0.0)

Downloads:

Experimental versions:

Before creating new issue:

Candle works with CNC controlled by GRBL firmware, many problems can be solved by using proper version of GRBL, using proper configuration.

Please read GRBL wiki:

"Candle" main window: screenshot

About

GRBL controller application with G-Code visualizer written in Qt.

License:GNU General Public License v3.0


Languages

Language:C++ 96.6%Language:QMake 1.0%Language:CMake 1.0%Language:JavaScript 0.9%Language:GLSL 0.4%Language:Prolog 0.1%