Skip to content

Releases: T9Air/Klipper_Power_Resume

v3.5.2

13 Dec 02:54
45baf40
Compare
Choose a tag to compare

Fixed

  • Fix an error some users have where the file permissions can not be changed because they are not set as the owner ([#70], #73)

v3.5.1

12 Dec 02:13
Compare
Choose a tag to compare

Fixed

  • Fix a potential issue with file permissions not being set to write and execute (9281f73)

Added

v3.5.0

01 Dec 01:25
c6a44d4
Compare
Choose a tag to compare

  • Updated docs to make them clearer #65
  • Added multi-printer functionality #63, #67

What's Changed

Full Changelog: v3.4.1...v3.5.0

v3.4.1

11 Oct 02:36
Compare
Choose a tag to compare

  • Fixed #58
  • Use SET_GCODE_OFFSET to change the z-position when homing on the print itself. This should speed up making a _restarted file

What's Changed

Full Changelog: v3.4.0...v3.4.1

v3.4.0

10 Oct 01:47
5c31144
Compare
Choose a tag to compare

  • User can choose to just log every layer
  • When adding the log macros, the logging only starts after the first G0 or G1 command

What's Changed

Full Changelog: v3.3.0...v3.4.0

v3.3.0

09 Oct 10:46
702373f
Compare
Choose a tag to compare

  • Logging how many bytes of the gcode file were run, not what line the file is up to
  • When adding logs, the command is more explicit than sed, enabling added features in the future

What's Changed

Full Changelog: v3.2.4...v3.3.0

v3.2.4

07 Oct 02:24
232af9e
Compare
Choose a tag to compare

  • Cleaned up the root directory and moved these files into subdirectories:
    • Logger.cfg and all the macros scripts went into one directory
    • The log files went into a separate directory

What's Changed

Full Changelog: v3.2.3...v3.2.4

v3.2.3

07 Oct 01:34
5be9a3f
Compare
Choose a tag to compare

  • Created a minimum amount of lines that can be skipped: 5
  • Log the current speed, revert back from v3.2.2
  • Log the current extrusion value
  • Subtract all extrusions by the saved extrusion value when making a _restarted file

What's Changed

Full Changelog: v3.2.2...v3.2.3

v3.2.2

02 Oct 15:05
Compare
Choose a tag to compare

  • 2 log files are used
  • When restarting, ask User for the speed, instead of logging the speed during the print
  • Fixed 2 errors:
    • Get "ome: command not found" when going back to menu.sh
    • When giving a file without the .gcode extension, but the file has a "." in the name, it does not add .gcode to the end of the extension, and therefore can not find the file

What's Changed

Full Changelog: v3.2.1...v3.2.2

v3.2.1

29 Sep 23:38
Compare
Choose a tag to compare

  • The printer's current speed is also logged
  • When installing, only add [include logger.cfg] to the printer.cfg if it is not already there
  • The gcode to move to the correct position when restarting is now in 2 parts, one to move the z-axis, and one to move the x & y axes

What's Changed

Full Changelog: v3.2.0...v3.2.1