Skip to content

Releases: dimalo/klipper-web-control-docker

Release 1.5.0

18 Jan 22:38
Compare
Choose a tag to compare

NEW

  • added variable E to LOAD & UNLOAD filament macros
  • added firmware builder image (docs are WIP)
  • choose klipper / moonraker branch on docker image build with build args KLIPPER_BRANCH="master" MOONRAKER_BRANCH="master" #21
  • add fluidd image build with reverse proxy capabilities to resolve most CORS issues

MISC

  • update macros with new parameter default values #23
  • update klipper source organization from KevinOConnor to Klipper3d
  • update to python 3.10
  • use alpine for unzip stage of frontend builds
  • update moonraker debian requirements
  • update moonraker base config 30min storage & suiting update manager config

1.4.0

30 Sep 14:47
Compare
Choose a tag to compare

Base Images now use Debian Bullseye

FIX: Build image with Python2, which is not supported by Debian out of the box anymore...

1.3.3

22 Sep 22:17
Compare
Choose a tag to compare
  • Fix Klipper build, thanks to @cedstrom
  • fix moonraker supervisord ini-file, refer to python3.9

1.3.2

05 Aug 21:31
Compare
Choose a tag to compare
  • Fix moonraker config: align .moonraker_database to touched file in Dockerfile
  • Add project links to Readme

1.3.1

05 Aug 20:49
d1e1544
Compare
Choose a tag to compare

Release 1.3.0

26 Jun 15:04
Compare
Choose a tag to compare
  • Update moonraker requirements & install
  • add ARMv6 builds
  • update moonraker.conf
  • add fluidd DIY build example (printer can be configured with the same URL as fluidd has) to docker-compose.yml
  • use respective base image for cached docker builds

Release 1.2.0

12 Apr 10:19
Compare
Choose a tag to compare
  • Update moonraker dependencies
  • improve docs
  • use datetime string on docker builds (fix #2)

Release 1.1.0

17 Feb 00:36
Compare
Choose a tag to compare

Features:

  • add Maintenance parking position macro
  • refactor load/unload macros, e.g. it is possible to call UNLOAD_FILAMENT as well as M702
  • use Python 3.9 for Moonraker

Fixes:

  • fix Moonraker update manager issue by symlinking the python env to the expected path

Improvements:

  • minor refactor of Dockerfile

Initial Release

23 Jan 20:59
Compare
Choose a tag to compare

After having tested these images for a couple of weeks I feel confident enough to release the first stable version!

I am planning to not have this repo live for long but rather set up pull requests to the upstream repos in order to integrate docker image creation into their CI pipelines.

This worked pretty well with Fluidd, which now offers a docker image for each stable release