GuidesKlipper FirmwareUncategorized

How to Install Klipper on Anycubic Vyper: Config and Setup

In this guide I will show you how to Install Klipper on Anycubic Vyper using Mainsail OS. I am in the process of installing Klipper on most of my 3D printers, so I thought it would be nice to document the process for the Vyper too.

What is Klipper?

Klipper Sidewinder X1 | How to Install Klipper on Kingroon KP3S: Config for Printing Fast

Klipper is an open-source firmware for your 3D printer that combines the power of a Raspberry Pi and your printer main board for better printer control. By doing this, you are able to run your printer at higher speeds with better precision and control.

Why Install Klipper on Anycubic Vyper?

By installing Klipper on the Anycubic Vyper, you will be able to print faster compared to a stock printer, and you will also be able to control your printer remotely, trough Wi-Fi. The main reason to install Klipper is to use Pressure Advance and Input Shaper, which will greatly improve your print quality and speed.

If you want to learn more about Klipper, check out Nero’s video

Prerequisites

To install Klipper on Anycubic Vyper, you need to have the following:

  1. Raspberry Pi (any Pi version will work)
  2. MainsailOS or FluiddPi – In this guide I will use MainsailOS and a Raspberry Pi 4.
  3. Anycubic Vyper 3D Printer
  4. Quality Power Supply for your Raspberry Pi

Before you begin

Before you begin

Please note that installing Klipper on the Anycubic Vyper requires some experience with 3D printers and hardware. This is not a trivial task for beginners, and you may break your printer during the process. If you don’t feel comfortable doing this, then keep the stock firmware.

Read the full guide carefully and install Klipper on Anycubic Vyper only after you properly understood all the steps involved. If you have questions before starting, leave a comment and wait for a reply.

I am not responsible for any damage you may cause to your printer by following this guide. You are doing this on your own responsibility.

The configuration file shared in this article, is made for the stock Anycubic Vyper. It’s also worth noting that the stock touchscreen will not work anymore, and you will need to use the WebUI for controlling the printer. If you still want a standalone touchscreen, then I recommend buying a BIQU PI TFT50 and install KlipperScreen.

Install Mainsail or Fluidd

MainsailOS-Logo

Before we begin, we need to install the web interface for our Klipper setup. I recommend installing MainsailOS because it is actively developed and it’s easy to use, but you can also install Fluidd.

I have written complete instructions on how to install Mainsail OS and Fluidd, so check out one of those articles before moving to the next step. In this guide I will use Mainsail.

The articles also cover the installation of KIAUH which is a handy tool to have when running Klipper.

Prepare and install Klipper firmware for Anycubic Vyper

Configure Klipper for Anycubic Vyper

Open Putty, enter the IP of your Raspberry Pi then click Open.

Connect to FluiddPi using Putty | How to Install Klipper on Anycubic Vyper: Config and Setup

In the Login prompt, you need to enter the credentials for MainsailOS. The default user is pi and the password is raspberry. Please note that the password will not be shown when typing.

Login to FluiddPi | How to Install Klipper on Anycubic Vyper: Config and Setup

Now you are in the SSH console of your MainsailOS install. Enter the Klipper folder:

cd klipper

Open the Klipper Firmware Configuration screen using the following command:

make menuconfig

The Klipper Firmware Configuration screen will appear. Using your navigation keys, move through the menus and replicate the same settings I used.

image 5 | How to Install Klipper on Anycubic Vyper: Config and Setup

When finished, press Q then Y to save your configuration. Now run the following command to start building the firmware:

make

The build process will start and when finished, the firmware will be ready to install. For the Anycubic Vyper, we need to install it from the SD card.

How to flash Klipper firmware on Anycubic Vyper

First, connect via SFTP to your Raspberry Pi. I use WinSCP. Enter the IP, username and password just like you did for Putty, then click on Login.

image 11 | How to Install Klipper on Anycubic Vyper: Config and Setup

Navigate to /home/pi/klipper/out and copy the klipper.bin file on an SD card.

klipper firmware bin | How to Install Klipper on Anycubic Vyper: Config and Setup

Rename the file from klipper.bin to main_board_20xxxxxx.bin

image 6 | How to Install Klipper on Anycubic Vyper: Config and Setup

Next, plug the SD card in your printer and turn it on. The installation process takes about 10 seconds and you will hear a few beeps. I recommend you wait for a minute, then remove the SD card and restart your printer.

When you are flashing the board firmware, there won’t be any information displayed on the touchscreen. It will be stuck showing the Anycubic logo. Just continue to the next step.

Copy the Anycubic Vyper Klipper config file

To make things easier, I edited a printer.cfg with resources found online for the stock Anycubic Vyper which can be downloaded and copied in Mainsail. You can download the config from here: Anycubic Vyper Klipper Config

Navigate to Machine, then click on the Upload button.

Mainsail Upload cfg | How to Install Klipper on Anycubic Vyper: Config and Setup

Connect Klipper to your printer

Finally, you just need to connect Klipper to your printer. This is super easy. You just need to go back on your Mainsail Dashboard, click on the Power button in the top right corner then click on Firmware Restart.

image 8 | How to Install Klipper on Anycubic Vyper: Config and Setup

This action will trigger the connection between the Klipper service running on Mainsail and the Vyper firmware we just installed. If all the steps have been followed, then your printer will connect, and you will be greeted by this interface.

Mainsail on Anycubic Vyper | How to Install Klipper on Anycubic Vyper: Config and Setup

Feel free to home the printer first, to make sure everything is running correctly. Heat up the nozzle and heatbed and check if the temperature rises as expected. If everything looks good, I recommend starting the calibration process, for Pressure Advance and Input Shaper.

How to revert to Stock Anycubic Vyper Firmware?

If you decide Klipper is not for you, reverting to the stock firmware is easy. First, download the stock Anycubic Vyper board firmware.

Anycubic Vyper Stock Firmware

Unzip the contents and copy the .bin file to the SD card.

image 7 | How to Install Klipper on Anycubic Vyper: Config and Setup

Plug in the SD card and turn the printer on. This will trigger the board firmware update and the firmware will be flashed. It takes around 30 seconds.

Wrapping up

That’s it! Now you are running Klipper Firmware on your Anycubic Vyper. You should be able to print faster without any loss in print quality.

If you encounter issues during your installation, leave a comment below and I will do my best to help you. Besides that, you can also join the 3DPrintBeginner Forum where there’s a dedicated thread for Klipper Firmware, with Klipper enthusiasts ready to help.

This article was written with the help of various resources online made by other enthusiasts. My config is based on this one. I also recommend checking this GitHub repo for more config files and macros made for Klipper and Anycubic Vyper.

Liked it?
Consider supporting 3DPrintBeginner if this content helped. You can also join Patreon for exclusive perks!

Related Articles

Latest Replies

  1. Avatar for ddtZA ddtZA says:

    Hi

    I followed your excellent guide to the last letter but I am completely stuck when it comes to printing. I slice in Cura using the Anycubic Vyper printer configuration and a slightly tweaked printing profile (basically just a slightly higher bed temperature to avoid prints coming loose). I just can’t get anything to print in Mainsail though. The file uploads and warms up everything but fails immediately when it supposed to start with error “Move exceeds maximum extrusion…See the ‘’max_extrude_cross_section’ config option for details”. I saw some post online citing issues with start commands but I cannot figure out which one is the issue. Any assistance or guidance would be welcomed. Thanks

  2. Try adding this in the config section

    max_extrude_cross_section: 50.0

  3. Avatar for Robert Robert says:

    When I get to how to flash kliper to vyper I have no .bin file in the home/out file. Help

You can leave a comment for this article on the 3DPrintBeginner Forum

Participants

Avatar for 3DPrintBeginner Avatar for ddtZA Avatar for Robert

40 Comments

  1. bonjour
    c’est un très bien tutoriel, je suis coincé pour les gcode de début et de fin dans cura j’ai utilisé votre print.cfg
    merci pour votre aide

  2. Hi, got everything up and running….however this is different than when I was using octoprint and using teaching techs website to use the g codes in the terminal when trying to calibrate and do esteps and other things, any help on that would be awesome. lol I also don’t know how to do ABL to make a mesh and then be able to get the nozzle to go to those mesh points to measure the offsets myself and adjust my flowrate to get a good layer.

  3. Thank you so much for this guide, there is only one question that I did not follow. you get the .bin frimwork file for the ./klipper/out folder, but when I go there I realised that I need to build the firamwork first, and then, there are many parameters need to be set while building it (the make menuconfig interface) including the Micro-Contoller architecture and speed and so on,Due to the infro needed here is only about the hardwear of the printer, I go asked the offical service however then refuse to give me instrctions on this. if I may ask, could you please add some information about the building of frimwork bin file? Thank you very much

  4. Is the process any different (such as the config file) when using OctoKilipperPi installed from the Raspberry Pi imager?

  5. Hello dear. good work.
    I can’t light up led on the printer head. Advice me?
    Thank You

  6. I was able to get all of this going with macOS. Thanks for the great write up. Now waiting for the Vyper to show up.

  7. Hello. Thanks for the detailed article. But there is no 32KiB option in my config menu. There are 28 and 34. Fluidd seems to be unable to connect to the printer because of this. I did every step of your guide and settled on this issue. Sincerely.

      1. To be honest, I have already double-checked everything three and four times. Downloaded the latest versions at the moment. Could this be the issue? I’m already a little desperate. Perhaps you need to see it for yourself.

          1. I deleted everything and started again, only I did not install Fluidd, but MainsailOS. In the end, everything turned out and earned. Thanks again for the guide. Best regards from Russia.

  8. First, thank you for these instructions, I was able to use your guide to install, it was very straight forward. The only thing I can not figure out now is how to run a bed level (well still reading Pressure Advance and Input Shaper too), but would like to get a proper bed levelling before testing anything else. Any additional links/instructions would be very appreciated.