Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 477 Bytes

installation.rst

File metadata and controls

15 lines (10 loc) · 477 Bytes

Installation

GCodeUtils is installable from PyPI with a single pip command:

pip install gcodeutils

Alternatively, GCodeUtils can be run directly from sources after a git pull:

git clone https://github.com/zeograd/gcodeutils.git
cd gcodeutils && python setup.py install

Once GCodeUtils is installed, the .py files located in the cura_plugins subdirectory can be copied into the plugins directory of Cura to be callable from within Cura itself.