# Introduction

As a 3D printing hobbyist, I was excited when I came across [Klipper](https://www.klipper3d.org/) as an alternate method of interacting with my 3D printers.  Previous to Klipper I was using [OctoPrint/OctoPi](https://octoprint.org/) as the interface to my 3D printers which is also a great product.  Both Klipper and OctoPrint/OctoPi provide additional features that you just don't get with the stock software/interface of most standard 3D printers.

Using Klipper with your 3D printer should get you more performance with high precision stepper movement and more.  Please refer to the [Klipper Features](https://www.klipper3d.org/Features.html) list for full details.  One of the downsides to 3D printing for me is speed.  Once Klipper is configured properly you should get faster, better quality prints than you currently get with your stock 3D printer.  Speed is not everything though, I would much prefer a slower speed and and higher rate of successful prints, but you can get that extra speed with Klipper and still have high quality successful prints.

Even though I have been 3D printing for a few years, I still found following the instructions and other guides online challenging to understand.  I wasn't able to find a comprehensive guide that explains the entire process of setting up Klipper from start to finish.  I hope this guide fills that gap and will help others who would like to try Klipper on their 3D printer.  Even though this guide is specific to the Anycubic Vyper 3D printer, most of the instructions could be used for other 3D printer models as well.

{% hint style="info" %}
All of the screenshots and steps documented in this guide were done using a Windows computer.&#x20;
{% endhint %}

Links and references used to create this guide:

* [Raspberry Pi OS – Raspberry Pi](https://www.raspberrypi.com/software/)
* [Installation - Klipper documentation (klipper3d.org)](https://www.klipper3d.org/Installation.html)
* [How To Install MainsailOS On Raspberry Pi | 3D Print Beginner](https://3dprintbeginner.com/how-to-install-mainsailos-on-raspberry-pi/)
* [How To Install Klipper On Anycubic Vyper: Config And Setup | 3D Print Beginner](https://3dprintbeginner.com/how-to-install-klipper-on-anycubic-vyper/)
* [GitHub - cryd-s/Vyper\_extended: This is a extended Vyper Klipper / Mainsail Config](https://github.com/cryd-s/Vyper_extended)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://sean-dearing.gitbook.io/klipper-installation-for-anycubic-vyper/introduction.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
