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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file gcodeutils-1.3.2-py2.py3-none-any.whl
.
File metadata
- Download URL: gcodeutils-1.3.2-py2.py3-none-any.whl
- Upload date:
- Size: 39.7 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6ff15bb2fbc219bc32c558296732e085bfe802b92d021dfd7f15b9d782b2cf83 |
|
MD5 | fc77d83f6d6e6824567b176243d37952 |
|
BLAKE2b-256 | f6e68486c31768cf656ccb81068a6a0bacbdb0d103510db986356289f2b3650d |