Release v1.0.26
DO NOT UPDATE WITH MOONRAKER UPDATE MANAGER WITH THIS RELEASE
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
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.26-1532-9c7f672
Overview of changes
Additions
- Updating mapping auto assignment and mapping in RESET_AFC_MAPPING macro Fixes #343 by @jimmyjon711 in #458
- RESET_AFC_MAPPING now has extra option to reset infinite spool settings for each lane,
- Hub and Toolhead runout detection by @atgnats in #468
- AFC will pause if hub sensor or toolhead sensor detects filament is not present when printing.
- AFC_assist.py: recover compatibility with Python 3.8 by @kekiefer in #469
- Added check to not allow user to assign same spoolID from spoolman that is already assigned to another lane by @jimmyjon711 in #487
- Allow custom moonraker urls by @jimmyjon711 in #486
- Custom hostname can now be passed in with
moonraker_hostin AFC config section
- Custom hostname can now be passed in with
- Added check to verify that a lane is not loaded when enabling virtual bypass by @jimmyjon711 in #488
- Added AFCButton class for enhanced filament changer button handling by @ejsears in #464
- Documentation for adding buttons.
- Add ability to scan spoolman barcodes and added SET_NEXT_SPOOL_ID command by @kekiefer in #490
- Documentation, youtube video demo, discord user mod channel
- Bypass tool max unload attempts by @kekiefer in #492
Bug Fixes
- Fixed #485 issue where klipper would crash when trying to do infinite spool by @jimmyjon711 in #489
- Fixed #476 issue where LEDs don't turn off while printing. Fixes TTC issue that some users were having by @jimmyjon711 in #477
- Fixed #452 issue, moonraker race condition during klipper restart by @jimmyjon711 in #481
- Fixed #331 issue, Added erroring out if buffer does not compress/decompress while loading/unloading by @jimmyjon711 in #461
- Fixed #426, Material temp case sensitivity fix by @atgnats in #463
Macro Changes
- Added option to disable skew correction for kinematic moves by @valadas in #457
- Documentation for this addition
- Fix crashes into depressor arm for filament cutter with front/back motion by @newphreak in #467
Misc/Install Script Changes
- Update toolhead values by @ejsears in #482
- Add moonraker configuration file inclusion to afc-debug.sh by @ejsears in #460
- Add versioning information to AFC update messages and implement git v… by @ejsears in #474
- Update pull request template to reflect new review notification channels by @ejsears in #459
- Fix typo in error message and improve formatting in AFCButton functio… by @ejsears in #491
- Fix missing space. by @ejsears in #462
- [Fix] Moving skew_correction inside if statement by @jimmyjon711 in #465
New Contributors
- @valadas made their first contribution in #457
- @atgnats made their first contribution in #463
- @newphreak made their first contribution in #467
- @kekiefer made their first contribution in #469
Full Changelog: v1.0.22...v1.0.26