docs: add a FAQ

This commit is contained in:
alfrix 2024-01-07 15:46:53 -03:00
parent 05cd9a6d34
commit c45f914275
7 changed files with 34 additions and 5 deletions

33
docs/FAQ.md Normal file
View File

@ -0,0 +1,33 @@
# Frequently Asked Questions
## What is the minimum Python version required?
The minimum version is Python 3.7, this is checked during install.
## OctoPrint?
KlipperScreen was not designed to work with OctoPrint and there are no plans to make it compatible.
## How to Check if You Have a Desktop Environment
1. Let you device finish startup
2. At the end of the boot process look at the screen and check using this examples
| Desktop environment | Console |
|:------------------------------------------:|:--------------------------------------------:|
| ![de](../img/troubleshooting/desktop.png) | ![boot](../img/troubleshooting/boot.png) |
| Desktop environment | Console |
| ![delog](../img/troubleshooting/delog.png) | ![clilog](../img/troubleshooting/clilog.png) |
## Can i use KlipperScreen as a desktop application?
Yes, First disable the service:
```shell
sudo systemctl disable KlipperScreen
```
and open the application via the menu when you need it.
you can also find the shortcut in `KlipperScreen/scripts/KlipperScreen.desktop`

View File

@ -123,17 +123,12 @@ If you find a way of turning it off and you want to share it: [Contact](Contact.
## Touch issues
[Follow this steps](Troubleshooting/Touch_issues.md)
## Network panel doesn't list WI-FI networks
[Follow this steps](Troubleshooting/Network.md)
## OctoPrint
KlipperScreen was never intended to be used with OctoPrint, and there is no support for it.
## Other issues
If you found an issue not listed here, or can't make it work, please provide all the log files

Binary file not shown.

Before

Width:  |  Height:  |  Size: 413 KiB

After

Width:  |  Height:  |  Size: 356 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 632 KiB

View File

@ -7,6 +7,7 @@ repo_name: KlipperScreen/KlipperScreen/
repo_url: https://github.com/KlipperScreen/KlipperScreen/
nav:
- Home: index.md
- FAQ: FAQ.md
- Setup:
- Hardware.md
- Installation.md