docs: links update to fix warnings
This commit is contained in:
parent
6a91e04532
commit
d681105b1a
@ -4,9 +4,9 @@
|
|||||||
version: 2
|
version: 2
|
||||||
# Set the version of Python and other tools you might need
|
# Set the version of Python and other tools you might need
|
||||||
build:
|
build:
|
||||||
os: ubuntu-22.04
|
os: ubuntu-lts-latest
|
||||||
tools:
|
tools:
|
||||||
python: "3.11"
|
python: latest
|
||||||
mkdocs:
|
mkdocs:
|
||||||
configuration: mkdocs.yml
|
configuration: mkdocs.yml
|
||||||
# Optionally declare the Python requirements required to build your docs
|
# Optionally declare the Python requirements required to build your docs
|
||||||
|
10
docs/FAQ.md
10
docs/FAQ.md
@ -15,19 +15,19 @@ KlipperScreen was not designed to work with OctoPrint and there are no plans to
|
|||||||
|
|
||||||
| Desktop environment | Console |
|
| Desktop environment | Console |
|
||||||
|:------------------------------------------:|:--------------------------------------------:|
|
|:------------------------------------------:|:--------------------------------------------:|
|
||||||
|  |  |
|
|  |  |
|
||||||
| Desktop environment | Console |
|
| Desktop environment | Console |
|
||||||
|  |  |
|
|  |  |
|
||||||
|
|
||||||
## Can i use KlipperScreen as a desktop application?
|
## Can i use KlipperScreen as a desktop application?
|
||||||
|
|
||||||
Yes, First disable the service:
|
Yes, First disable the service:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
sudo systemctl disable KlipperScreen
|
sudo systemctl disable KlipperScreen
|
||||||
```
|
```
|
||||||
|
|
||||||
and open the application via the menu when you need it.
|
and open the application via the menu when you need it.
|
||||||
|
|
||||||
|
|
||||||
you can also find the shortcut in `KlipperScreen/scripts/KlipperScreen.desktop`
|
you can also find the shortcut in `KlipperScreen/scripts/KlipperScreen.desktop`
|
||||||
|
@ -31,4 +31,4 @@ Follow the manufacturer instructions on how to install your screen. In general i
|
|||||||
|
|
||||||
## Touchscreen touch rotation
|
## Touchscreen touch rotation
|
||||||
|
|
||||||
[Moved to Touch issues](../Troubleshooting/Touch_issues/#touch-rotation-and-matrix)
|
[Moved to Touch issues](Troubleshooting/Touch_issues.md#touch-rotation-and-matrix)
|
||||||
|
@ -9,7 +9,7 @@ Once you have established that the screen is working, then proceed installing Kl
|
|||||||
## Setup
|
## 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 process is meant for a non-desktop version of the OS for example RaspberryOS Lite, but it should work on other debian derivatives.
|
||||||
|
|
||||||
[Click to learn how to check if you installed a desktop version](../../FAQ/#how-to-check-if-you-have-a-desktop-environment)
|
[Click to learn how to check if you installed a desktop version](FAQ.md#how-to-check-if-you-have-a-desktop-environment)
|
||||||
|
|
||||||
If you installed a desktop (GUI version) of the OS and want to run KlipperScreen exclusively then do:
|
If you installed a desktop (GUI version) of the OS and want to run KlipperScreen exclusively then do:
|
||||||
```sh title="Boot to console / KlipperScreen"
|
```sh title="Boot to console / KlipperScreen"
|
||||||
|
@ -24,4 +24,4 @@ If it still doesn't work, or you did something else to make it work and want to
|
|||||||
|
|
||||||
[Contact us](../Contact.md)
|
[Contact us](../Contact.md)
|
||||||
|
|
||||||
Remember to share the logs, as those aid a lot in the troubleshooting.
|
Remember to share the logs, as those aid a lot in the troubleshooting.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user