Releases: eyal0/OctoPrint-PrintTimeGenius
Releases · eyal0/OctoPrint-PrintTimeGenius
2.3.3 Use collections.abc for analyze_gcode_comments
What's Changed
Full Changelog: 2.3.2...2.3.3
2.3.2
What's Changed
- regexp update to extract filament len & vol from pS gcode. And fix python version handling by @HTXF-g in #306
- Fix python 3.10 compatiblity by @flaviut in #312
New Contributors
Full Changelog: 2.3.1...2.3.2
2.3.1: Minor release
What's Changed
- added translations to German by @eschreiner in #299
- Fixing string sort to be integer sort by @maludwig in #308
New Contributors
- @eschreiner made their first contribution in #299
- @maludwig made their first contribution in #308
Full Changelog: 2.3.0...2.3.1
Compensation values table
What's Changed
- Update .gitmodules repo protocol (to support general public use) by @draeath in #262
- List only local files for analysis by @eyal0 in #257
- Adding file for FreeBSD by @victor7376 in #276
- improve steps for configuration in readme by @calipee in #282
- Make percentage in M73 optional by @Triodes in #287
- Compensation values by @eyal0 in #279
- fix: chmod +x all the analyzers by @eyal0 in #293
New Contributors
- @victor7376 made their first contribution in #276
- @calipee made their first contribution in #282
- @Triodes made their first contribution in #287
Full Changelog: 2.2.8...2.3.0
Fix missing print history and height calculation
- Fix #253, where the model height is off by a single layer thickness
- Handle a missing print history better
Fix M200 S parameter
Marlin M200 got a new S parameter. MarlinFirmware/Marlin@bac7602
Fix python3 error about NoneType
Add option to disable gold stars
You can now disable the gold stars in the file list from the settings page. #204
Fix for TimeToFilament
This fixes TimeToFilament
Add support for G2/G3 commands
This will fix PTG for users that use ArcWelder plugin: https://github.com/FormerLurker/ArcWelderPlugin