fixed typo & order of installation

Signed-off-by: Stefan Dej <meteyou@gmail.com>
This commit is contained in:
Stefan Dej
2021-01-04 20:41:11 +01:00
parent d57f68b511
commit efbbbb0142
2 changed files with 1 additions and 4 deletions

View File

@@ -195,7 +195,7 @@ and you can config your hostname:
`sudo raspi-config`
in 2 Network Options > N1 Hostname you can edit your hostname of your raspberry pi. After a reboot you can use http://<hostname>.local/ to open the webinterface.
in 2 Network Options > N1 Hostname you can edit your hostname of your raspberry pi. After a reboot you can use http://\<hostname\>.local/ to open the webinterface.
---

View File

@@ -21,9 +21,6 @@ cd ~/moonraker/scripts
./install-moonraker.sh -c /home/pi/klipper_config/moonraker.conf
```
Once the script is finished, both Moonraker and Klipper should be started.
In `/tmp/klippy.log` the following entry should appear: `Moonraker: server connection detected`
### Configuration
> ⚠️ **Please pay attention to the following steps!**
Misconfigured trusted_clients are a very common source of failure.