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
This Image requires XServer on the host and also host network access. You can use [setup-X11.sh](../../scripts/setup-X11.sh) for a basic X11 setup to use with this Image.
11
+
This Image requires XServer on the host and also host network access. You can use [setup-X11.sh](/scripts/setup-X11.sh) for a basic X11 setup to use with this Image.
12
12
13
13
Create `klipperscreen.conf`, then run the container.
Copy file name to clipboardExpand all lines: docker/moonraker/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This Image is built and used by [prind](.).
8
8
_via https://moonraker.readthedocs.io/en/latest/_
9
9
10
10
## Usage
11
-
Moonraker requires Klipper to operate. See the Images' [README.md](../klipper/README.md) on how to run the Klipper Image.
11
+
Moonraker requires Klipper to operate. See the Images' [README.md](/docker/klipper/README.md) on how to run the Klipper Image.
12
12
Both Containers need to share their `run` Volume in order to be able to communicate via klippers unix socket. Configure Moonraker to use `/opt/printer_data/run/klipper.sock` as klippys uds address.
13
13
14
14
Create `moonraker.conf` and `printer.cfg` as well as the directories `run` and `gcode`, then run the containers.
0 commit comments