docs: update "octoprint_compat" documentation

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2021-12-22 07:49:41 -05:00
parent cc1a55a871
commit 5f7c6d623c
1 changed files with 15 additions and 0 deletions

View File

@ -210,8 +210,23 @@ Currently we support Slic3r derivatives and Cura with Cura-Octoprint.
# moonraker.conf
[octoprint_compat]
enable_ufp: True
# When set to True the octoprint_compat module will report that the UFP
# plugin is available. If the installed version of Cura supports UFP
# files will be uploaded in UFP format. When set to False Cura will
# upload files in .gcode format. This setting has no impact on other
# slicers. The default is True.
```
!!! Tip
It is possible to embed "Prusa" style thumbnails in .gcode files using
the latest version of Cura. Select `Extensions` -> `Post Processing` ->
`Modify G-Code`. In the dialog click the `Add a script` button and select
`Create Thumbnail`. Change the width and height (most Moonraker clients
handle 300x300 well) then click close. A single large thumbnail is all
that is necessary, Moonraker will generate a smaller 32x32 thumbnail from
it. This is convenient for users who do not wish to upload in UFP format.
### `[history]`
Enables print history tracking.