Skip to content

v1.7.0

Compare
Choose a tag to compare
@mkuf mkuf released this 17 Jun 13:46
· 113 commits to main since this release

Added

  • profile: hostmcu enables you to use your hosts gpio pins for an additional mcu in klipper
  • klipper: add build-hostmcu and hostmcu targets to Dockerfile
  • klipper: add klipper user to tty group
  • klipper: install correct libusb packages in tools image
  • docs: add hostmcu section to additional profiles

Changed

  • klipper now always runs in privileged mode and has access to host devices #77/#78
  • klipper: the mcu image target has been renamed to tools resulting in images tagged with *-tools instead of *-mcu
  • extra: update image tags to use the tools tag instead of the mcu tag of the klipper image
  • extra: simplify simulavr compose file as klipper is running in privileged mode
  • custom: update examples to run klipper in privileged mode
  • docs: update klipper image documentation
  • docs: update moonraker image documentation

Removed

  • removed all profiles from klipper service
  • service: klipper-priv used for octoprint

⚠️ The hostmcu profile is supported starting with the following image:

Name Tag
mkuf/klipper 38e79df

Full Changelog: v1.6.0...v1.7.0