/qgcoder

An interactive G-code editing GUI.

Primary LanguageC++GNU General Public License v2.0GPL-2.0

An interactive G-code editing GUI.

Installation

gh repo clone QGCoder/qgcoder && qgcoder
qmake && make -j$(nproc)
./qgcoder

or build and install a Debian package as follows:

gh repo clone QGCoder/qgcoder && cd qgcoder
mk-build-deps -i -s sudo -t "apt --yes --no-install-recommends"
dpkg-buildpackage -b -rfakeroot -us -uc
sudo dpkg -i ../qgcoder*.deb
sudo apt -f install

– Tested to run on Ubuntu 22.04. - CI

Overview

When started first, you have to provide qgcoder three filenames, as seen in the following screenshot:

A short YouTube video shows, how you can interact inside qgcoder.

Author

Contributors

  • ArcEye - ArcEye
  • Mark Pictor
  • Kazuyasu Hamada
  • Anders Wallin - aewallin