Now that you have your klipper.yaml file ready to be read, you need to make the link to it from within the configuration file
- Open the configuration file for editing
nano configuration.yaml
- Scroll to the bottom of this file and add the lines
sensor: !include klipper.yaml
- Save the file by using key-combo
ctrl + x
, typey
(to write to file) and press enter to save - If you have permission problems here, restart this page from step 1 but open the file using sudo
sudo nano configuration.yaml