Skip to main content

Reprap oriented gcode utilities

Project description

GCodeUtils is a set of utilities to manipulate GCode programs. It is targetting RepRap oriented GCode but isn’t limited to RepRap.

Currently, it is composed of one calibration generation program, a basic gcode modifier (which translates code along X/Y or convert extrusion distance to relative), a stretcher to increase hole size of printed parts and a GCode converter which generate arc opcodes from arc interpolation as segments.

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

or directly from its git repository:

pip install git+https://github.com/zeograd/gcodeutils.git

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.

Documentation

Latest documentation can be found online at this address: http://gcodeutils.readthedocs.org/en/latest/

Acknowledgement

GCode parsing is borrowed from GCoder as found in Printrun (https://github.com/kliment/Printrun)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

gcodeutils-1.3.2-py2.py3-none-any.whl (39.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page