Skip to content

Release v1.0.11

Choose a tag to compare

@jimmyjon711 jimmyjon711 released this 13 Apr 00:35
· 227 commits to main since this release
ca86011

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

Documentation Updates

New Contributors

Full Changelog
Full Commit Changelog: v1.0.4...v1.0.11