diff --git a/docs/Installation.md b/docs/Installation.md index 22c7f9f2..f1e763c5 100644 --- a/docs/Installation.md +++ b/docs/Installation.md @@ -7,7 +7,7 @@ It's strongly recommended to test it and ensure your hardware is working with Ra Once you have established that the screen is working, then proceed installing KlipperScreen. ## Setup -The installation process is meant for a non-desktop version of the OS for example RaspberryOS Lite, but it should work on other debian derivatives. +The installation script is meant for RaspberryOS Lite, but it should work on other debian derivatives. [Click to learn how to check if you installed a desktop version](FAQ.md#how-to-check-if-you-have-a-desktop-environment) @@ -46,11 +46,11 @@ cd ~/KlipperScreen This script will install packages that are listed under manual install, create a python virtual environment at `~/.KlipperScreen-env` and install a systemd service file. + If you need a custom location for the configuration file, you can add -c or --configfile to the systemd file and specify the location of your configuration file. At this point KlipperScreen should be working, if it doesn't start then go to the [troubleshooting page](Troubleshooting.md) -!!! warning ## Moonraker configuration diff --git a/docs/Thumbnails.md b/docs/Thumbnails.md index 9ec4af29..5660fc05 100644 --- a/docs/Thumbnails.md +++ b/docs/Thumbnails.md @@ -13,6 +13,7 @@ Recommended sizes for thumbnails: ## Select your slicer: * [PrusaSlicer](#prusaslicer) +* [OrcaSlicer](#orcaslicer) * [SuperSlicer](#superslicer) * [Cura](#cura) * [ideaMaker](#ideamaker) @@ -25,6 +26,12 @@ Under General / Firmware. ![PrusaSlicer](img/quicktips/PrusaSlicer-thumbnails.png) +### OrcaSlicer +Usually works out of the box, the setting is in the printer settings under advanced: + +![OrcaSlicer](img/quicktips/OrcaSlicer-thumbnails.png) + + ### SuperSlicer In “Expert” mode SuperSlicer has some very convenient options in the “Printer Settings” tab to activate and customize the previews. diff --git a/docs/img/quicktips/OrcaSlicer-thumbnails.png b/docs/img/quicktips/OrcaSlicer-thumbnails.png new file mode 100644 index 00000000..e19986d5 Binary files /dev/null and b/docs/img/quicktips/OrcaSlicer-thumbnails.png differ