25 lines
619 B
Markdown
25 lines
619 B
Markdown
---
|
|
layout: default
|
|
title: Klipper
|
|
parent: Manual Update
|
|
grand_parent: Update Guides
|
|
nav_order: 2
|
|
permalink: /update/manual-update/klipper
|
|
---
|
|
|
|
## Klipper
|
|
### Update from Repository
|
|
```bash
|
|
cd ~/klipper
|
|
git pull
|
|
```
|
|
|
|
Restart Klipper (`sudo service klipper restart`) and check the `klippy.log`, if Klipper starts
|
|
correctly and then continue the guide.
|
|
|
|
### Klipper config changes
|
|
If you have issues after update your Klipper instance, you can check config changes [here](https://www.klipper3d.org/Config_Changes.html){:target="_blank"}.
|
|
|
|
---
|
|
[< table of contents](index.md){: .btn } [next step >](moonraker.md){: .btn}
|