Releases: Matszwe02/GcodeTools
v0.2.3-beta
Bug fixes, improvements
Full Changelog: v0.2.2-beta...v0.2.3-beta
v0.2.2-beta
New Tools:
generate_config_filesget_slicer_name
Bugfix: Fix read_config method not detecting configuration lines properly
Full Changelog: v0.2.1-beta...v0.2.2-beta
v0.2.1-beta
- removed
g_add() - bugfixes regarding absolute E coords and splitting objects
- added list methods for
Gcodeto easily operate on them:- insert()
- append()
- extend()
- __add__()
- __len__()
Gcodecan be sliced withGcode[x:y]
Full Changelog: v0.2.0-beta...v0.2.1-beta
v0.2.0-beta
- bugfixes
- renamed few methods and logic
- simpler Gcode() constructor
- implemented
Gcode.layers[]which works asGcode.get_by_meta('layer')
Full Changelog: v0.1.2-beta...v0.2.0-beta
v0.1.2-beta
- Add support for bambustudio slicer
- bugfixes
- renamed thumbnail methods
Full Changelog: v0.1.1-beta...v0.1.2-beta
v0.1.1-beta
Fixed bugs:
- getting metadata from multiple gcodes incorrectly
Features:
- Vector.x(), y() and z()
- added
-Vector()
Full Changelog: v0.1.0-beta...v0.1.1-beta
v0.1.0-beta
Gcode is in the first tests of linked-list approach for simplification of iterating methods
Renamed GcodeTools.GcodeTools to GcodeToos.Tools to reduce confusion
Full Changelog: v0.0.2-beta...v0.1.0-beta
v0.0.2-beta
Mostly visual improvements
Full Changelog: v0.0.1-beta...v0.0.2-beta
First release
First release, push to pypi.
Many bugs are expected in this version
Full Changelog: https://github.com/Matszwe02/GcodeTools/commits/v0.0.1-beta