Skip to content

Commit

Permalink
docs: update Volume docs for klipper and moonraker
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuf committed Oct 19, 2022
1 parent 5227030 commit 8b8b6e4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docker/klipper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ none
## Volumes
|Volume|Description|
|---|---|
|`/opt/printer_data`| Default Location for printer data as proposed by Moonraker |
|`/opt/printer_data/run`| Default Location for runtime Files generated by Klipper. <br>Namely `klipper.tty`, the emulated Serial device <br>and `klipper.sock`, the unix socket that is used for communation with moonraker |
|`/opt/printer_data/config`|Config directory to host `printer.cfg`|
|`/opt/printer_data/gcodes`|Stores GCODE Files to be used by Klipper|
|`/opt/printer_data/logs`|Log directory for Klipper and Moonraker|

## Tags
|Tag|Description|Static|
Expand Down
5 changes: 4 additions & 1 deletion docker/moonraker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ services:
## Volumes
|Volume|Description|
|---|---|
|`/opt/printer_data`| Default Location for printer data by Moonraker |
|`/opt/printer_data/run`| Default Location for runtime Files generated by Klipper. Used to access `klipper.sock`, the unix socket that is used for communation with klipper |
|`/opt/printer_data/config`|Config directory to host `moonraker.conf`|
|`/opt/printer_data/gcodes`|Stores uploaded GCODE Files|
|`/opt/printer_data/logs`|Log directory for Klipper and Moonraker|

## Tags
|Tag|Description|Static|
Expand Down

0 comments on commit 8b8b6e4

Please sign in to comment.