Added
- profile:
hostmcu
enables you to use your hosts gpio pins for an additional mcu in klipper - klipper: add
build-hostmcu
andhostmcu
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 totools
resulting in images tagged with*-tools
instead of*-mcu
- extra: update image tags to use the
tools
tag instead of themcu
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