Klipper_Power_Resume

Allow Klipper controlled 3d printers to restart after a power loss or MCU disconnect

GPL-3.0 License

Stars
8
Klipper_Power_Resume - v3.1.0

Published by T9Air about 1 month ago

  • User can now home on the print itself, instead of just in the corner
  • Fixed a bug in make_restarted_file.sh, where a file was not found, it would not exit the script

What's Changed

Full Changelog: https://github.com/T9Air/Klipper_Power_Resume/compare/v3.0.0...v3.1.0

Klipper_Power_Resume - v3.0.0 Latest Release

Published by T9Air about 1 month ago

v3.0.0

  • Uses the gcode_shell_command extension which can be installed with Kiauh, instead of a separate klipper_extras repo, which needs to be installed on its own
  • All scripts now are shell scripts instead of Python scripts

What's Changed

Full Changelog: https://github.com/T9Air/Klipper_Power_Resume/compare/v2.2.1...v3.0.0

Klipper_Power_Resume - v2.2.1

Published by T9Air 2 months ago

What's Changed

Full Changelog: https://github.com/T9Air/Klipper_Power_Resume/compare/v2.2.0...v2.2.1

Klipper_Power_Resume - v2.2.0

Published by T9Air 2 months ago

You can now create and edit custom start gcode from the interface.

  • The interface lists available files

What's Changed

Full Changelog: https://github.com/T9Air/Klipper_Power_Resume/compare/v2.1.0...v2.2.0

Klipper_Power_Resume - v2.1.0

Published by T9Air 2 months ago

You can now use your own custom start gcode

What's Changed

Full Changelog: https://github.com/T9Air/Klipper_Power_Resume/compare/v2.0.0...v2.1.0

Klipper_Power_Resume - v2.0.0

Published by T9Air 2 months ago

What's Changed

Full Changelog: https://github.com/T9Air/Klipper_Power_Resume/compare/v1.1.0...v2.0.0

Klipper_Power_Resume - v2.0.0-beta.1

Published by T9Air 2 months ago

What's Changed

Full Changelog: https://github.com/T9Air/Klipper_Power_Resume/compare/v1.1.0...v2.0.0-beta

Klipper_Power_Resume - v1.1.0

Published by T9Air 2 months ago

What's Changed

Full Changelog: https://github.com/T9Air/Klipper_Power_Resume/compare/v1.0.0...v1.1.0

Klipper_Power_Resume - v1.0.0

Published by T9Air 2 months ago

First release of Klipper_Power_Resume. All the basic code is up, and the install script will be released soon.
As of now, making the new gcode file after a mess-up is a bit complicated, with one having to go into the Python script to select what file to change, but that will hopefully be changed in v2.