Release v1.0.11
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
./install-afc.sh
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.11-2-gca86011d
AFC Version in console : v1.0.11-1402-ca86011
New documentation website has also been rolled out and can be found here: armoredturtle.xyz/docs. All documentation that was on AFC-Klipper-Add-On has been moved over to the new site.
Main Updates
- Added support for HTLF devices
- Fixes for Z issues when pausing/resuming
- Fix for malformed command when running calibration
- Update to install script to allow users add multiple units, still need to go over configs and update settings
All changes
- Set vs current temp fix by @weemantella in #283
- Correct temp check by @weemantella in #284
- Fix return for successful bowden length by @weemantella in #285
- Fixing on SET_COLOR macro when # in the color code by @PepinhoDD in #288
- Update for z resume, documentation and macros by @jimmyjon711 in #290
- Fix Effective Diameter Calculation by @jojoa in #289
- Adding support for HTLF by @jimmyjon711 in #297
- AFC-32/59 - Fixing message when filament fails to to retract from toolhead and error when spooler RWD is not defined by @jimmyjon711 in #301
- AFC-66 - Fixing error where BT extruder can sequel when resuming position by @jimmyjon711 in #306
- AFC-60 - Adding runout/infinite spool support for HTLF unit type by @jimmyjon711 in #307
- Updating error message when loading/unloading so that some of the message to correct issue is not behind a in_print check. by @jimmyjon711 in #313
Macro File Updates
- Validate DISTANCE parameter in BT_LANE_MOVE macro to ensure only numeric values are accepted by @ejsears in #295
- Update config/macros/Kick.cfg to enforce absolute positioning mode by @thunderkeys in #303
- Add support for IDEX dual_carriage in the config macros. by @joseph-greiner in #279
Script Updates
- Multiple updates to the
install-afc.shscript by @ejsears in #291 - Fix moonraker selection by @ejsears in #292
- Update check for minimum python required version. by @ejsears in #293
- fix afc-debug script if no serial devices found by @ejsears in #294
- Update for htlf installer by @ejsears in #298
- Fix pin by @ejsears in #299
- Fix python check by @ejsears in #304
- Fix htlf install by @ejsears in #305
Documentation Updates
- Fix docstrings for 2 macros by @ejsears in #310
- Fix
unset_lane_loadeddocstring by @ejsears in #311 - Update debug script by @ejsears in #314
- Update doc strings and class names by @ejsears in #308
- Updating documentation and fixes for direct loading by @jimmyjon711 in #309
- Remove all documentation related to deprecated/unsupported belay buffer by @thunderkeys in #302
New Contributors
- @joseph-greiner made their first contribution in #279
- @PepinhoDD made their first contribution in #288
- @jojoa made their first contribution in #289
Full Changelog
Full Commit Changelog: v1.0.4...v1.0.11