Skip to content

Releases: eyal0/OctoPrint-PrintTimeGenius

2.3.3 Use collections.abc for analyze_gcode_comments

16 Apr 20:26
Compare
Choose a tag to compare

What's Changed

  • Use collections.abc for analyze_gcode_comments by @eyal0 in #316

Full Changelog: 2.3.2...2.3.3

2.3.2

11 Mar 01:36
Compare
Choose a tag to compare

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

21 Jul 21:32
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.3.1

Compensation values table

28 Oct 14:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.2.8...2.3.0

Fix missing print history and height calculation

12 May 14:30
591d4ea
Compare
Choose a tag to compare
  • Fix #253, where the model height is off by a single layer thickness
  • Handle a missing print history better

Fix M200 S parameter

09 Dec 17:22
edee3d6
Compare
Choose a tag to compare

Marlin M200 got a new S parameter. MarlinFirmware/Marlin@bac7602

Fix python3 error about NoneType

20 Sep 04:03
42eb5ff
Compare
Choose a tag to compare

Add option to disable gold stars

15 Jul 16:36
74c94ef
Compare
Choose a tag to compare

You can now disable the gold stars in the file list from the settings page. #204

Fix for TimeToFilament

01 Jun 23:37
Compare
Choose a tag to compare

Add support for G2/G3 commands

01 Jun 18:09
Compare
Choose a tag to compare

This will fix PTG for users that use ArcWelder plugin: https://github.com/FormerLurker/ArcWelderPlugin