Skip to content

Releases: mkuf/prind

v0.5.2

30 Mar 17:21

Choose a tag to compare

Fixes

  • Mounts /dev/null in Places, where Moonraker expects klipper directories to get rid of warnings described in #14

v0.5.1

25 Mar 16:09

Choose a tag to compare

Changes

  • klipperscreen: mounts the hosts localtime into the service
  • klipperscreen: removes the dependency from moonraker

Fixes

  • moonraker: adds missing libraries to runtime image for preview rendering

v0.5.0

23 Mar 22:51

Choose a tag to compare

Added

  • systemd bindings to moonraker container

Notes

It is now possible to run shutdown, reboot and systemctl from within the moonraker container and control the pyhsical host.
This makes it possible to safely shutdown your host from the various GUI implementations or via GCODE. See moonraker/docs/configuration.md for further Infos.

As of writing this (23.03.2022 23:48), there has been no Image built that supports these changes. Be sure to wait for the next nightly to be pushed to the docker registry at mkuf/moonraker before expecting this feature to work.

Update:
The first Image to Support this change is the current (24.03.2022) nightly: mkuf/moonraker:4b27e5e

v0.4.0

22 Mar 22:34

Choose a tag to compare

Added

  • official Logos for prind

Changed

  • script/setup-X11: display prind logo instead of xterm while waiting for klipperscreen
  • docs: minor wording changes for klipperscreen

v0.3.0

17 Mar 18:53

Choose a tag to compare

Added

  • KlipperScreen (Service, Dockerfile, Docs, Workflow)
  • X11 Setup Script

v0.2.1

10 Mar 16:43

Choose a tag to compare

Changed

  • updated docker-compose.simulavr.yaml to be compatible with octoprint

v0.2.0

09 Mar 21:37

Choose a tag to compare

Added

  • simulavr service for debugging the stack

Changed

  • User specific config is now located in docker-compose.override.yaml instead of docker-compose.yaml directly. Consider migrating your changes to the override file if you intend to use the new simulavr service