docs: add a FAQ
This commit is contained in:
parent
05cd9a6d34
commit
c45f914275
33
docs/FAQ.md
Normal file
33
docs/FAQ.md
Normal 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 |
|
||||
|:------------------------------------------:|:--------------------------------------------:|
|
||||
|  |  |
|
||||
| Desktop environment | Console |
|
||||
|  |  |
|
||||
|
||||
## 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`
|
@ -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 |
BIN
docs/img/troubleshooting/clilog.png
Normal file
BIN
docs/img/troubleshooting/clilog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.8 KiB |
BIN
docs/img/troubleshooting/delog.png
Normal file
BIN
docs/img/troubleshooting/delog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 96 KiB |
BIN
docs/img/troubleshooting/desktop.png
Normal file
BIN
docs/img/troubleshooting/desktop.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 632 KiB |
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user