Home  CV  Contact

G-Code Viewer Logo

G-Code Viewer (repository)

Summary
🖥️ A desktop application created in order to support the manipulation of G-Code, for example by the G-Code Modifier, by visualizing the actions taken by a 3D-printer when executing a G-Code file.

Features

With the “G-Code Viewer”, the user can:

Tools

PurposeName
Programming languagePython
Dependency managerAnaconda
Version control systemGit
GUI FrameworkPyQt5
3D-Model ViewerPyQtGraph

Installation Process

If you want to import this project and resolve all the dependencies associated with it, it is assumed that you have already installed Anaconda, Python, an IDE like PyCharm and that your operating system is Windows. Re-create the original GCode-Viewer environment from the environment.yml file with this command:

conda env create -f environment.yml

Activate the new environment:

conda activate GCode-Viewer

Lastly, check that the new environment was installed correctly:

conda env list

Licence

The “G-Code Viewer” is published under the MIT licence, which can be found in the LICENSE file.