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
klipper Fatal Python error: pyinit_main: can't initialize time
118
+
klipper | Python runtime state: core initialized
119
+
klipper | PermissionError: [Errno 1] Operation not permitted
120
+
```
121
+
122
+
123
+
check your libseccomp version and update if needed (see [https://docs.linuxserver.io/faq#libseccomp](https://docs.linuxserver.io/faq#libseccomp))
102
124
## Features not implemented or not tested (yet)
103
125
- compiling klipper.bin for your printer (will need compile tools which bloat the image so this will likely not be implemented)
104
126
- 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)
@@ -112,4 +134,5 @@ After build run ```docker-compose up -d``` and see if it works.
# Either mount your config from host like <config_path>:/home/klippy/.config/printer.cfg or change the contents of this file in UI to match your printer!
2
+
# Either mount your config from host like <config_path>:/home/klippy/.config/printer.cfg or change the contents of this file in UI to match your printer!
3
+
4
+
[include host_mcu.cfg]
5
+
[include client.cfg]
6
+
[include client_macros.cfg]
7
+
[include calibration_macros.cfg]
8
+
9
+
# To use the klipper_z_calibration-extension uncomment the following line
10
+
# Please see https://github.com/protoloft/klipper_z_calibration
0 commit comments