Release v1.0.31
DO NOT UPDATE WITH MOONRAKER UPDATE MANAGER WITH THIS RELEASE
To be on the safe side, before updating please fully unload your Box Turtle
To update SSH into your printer and use the following command in your AFC-Klipper-Add-On folder:
cd ~/AFC-Klipper-Add-On
git pull
./install-afc.sh
select U to update
Don't forget to restart your printer after updating
Once updated the following should be AFC version via console printout:
AFC Version in console : v1.0.31-1558-07ff136
Overview of Changes
The release fixes the issue's that arise when using Klipper after version v0.13.0-190-g5eb07966 so once updating to this release it's now safe to update Klipper. But beware when updating Klipper in the future as they could keep making updates that break AFC compatibility. This version is compatible with with newest Klipper, Klipper starting at v0.12.0-74-g1d92be71d and Kalico. A check was also added to throw a better warning when pin_tool_start or pin_tool_end are set to Unknown.
What's Changed
- Fixes to work with klipper version after v0.13.0-190-g5eb07966 by @jimmyjon711 in #533
- [Bug] Fixes #526, Adding a check for a single parameter since older klipper versions note_filament_present function is different by @jimmyjon711 in #527
Full Changelog: v1.0.29...v1.0.31