v1.0.22
Overview of changes
- Fixed issue where spoolers were moving faster than intended when the weight was below empty_spool_weight
RESET_AFC_MAPPINGnow reset infinite spool mapping. Pass inRUNOUT=noto not reset mapping.- Removed check from install script to not force an update which would cause the need to re-setup config value
- Added support for AFC-Pro board
- Updated default
cycles_per_rotationvariable to be less aggressive at 800 for print assist - Updated default
enable_assist_weightvariable to be 500 so print assist start once weight gets below 500 grams
Please take the time to look over the documentation for the new espooler print assist as it's enabled by default and the default values may be too aggressive for your system and might need to update your values to work better for your system. Also has instructions on how to turn it off if you wish.
How to update
DO NOT UPDATE WITH MOONRAKER UPDATE MANAGER WITH THIS RELEASE
To update ssh into your printer and use the following commands in your AFC-Klipper-Add-On folder:
cd ~/AFC-Klipper-Add-On
./install-afc.sh
Select U to update
Don't forget to restart your printer after updating
Once updated the following should be the version in moonraker update manager and AFC version via console printout:
Version reported in Moonraker: v1.0.22-0-gbe531e4b
AFC Version in console : v1.0.22-0-gbe531e4b
Full commit history
- Add support for BoxTurtle (AFC-Pro 8-Lane) installation and configuration files by @ejsears in #449
- Reset infinite spool with afc reset by @ejsears in #450
- [Fix]: Weight fix for determine spoolers speed by @jimmyjon711 in #454
- Remove moonraker tracking for updates by @ejsears in #451
- Updating default values to print assist is less aggressive and only activates when spool weight is below 500g by @jimmyjon711 in #455
- DEV to main for v1.0.22 by @jimmyjon711 in #456
Full Changelog: v1.0.20...v1.0.22