You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,10 +98,9 @@ Run ```docker-compose build```
98
98
After build run ```docker-compose up -d``` and see if it works.
99
99
100
100
## Features not implemented or not tested (yet)
101
-
- compiling klipper.bin for your printer
102
-
- setting up more than one klipper instance and connecting to all in the UI
103
-
- automatic updates for klipper/moonraker
104
-
- automatic updates for the frontend
101
+
- compiling klipper.bin for your printer (will need compile tools which bloat the image so this will likely not be implemented)
102
+
- automatic updates for klipper/moonraker (partly working as repos are getting updated but no dependency installs happen - update the container with ```docker-compose pull``` instead)
103
+
- automatic updates for the frontend (update the container with ```docker-compose pull``` instead)
105
104
- CI pipeline to build images as upstream repos change
0 commit comments