2

I have Marlin firmware on an Anycubic Vyper 3D printer and I want to use Klipper.

My Raspberry PI 3B runs OctoPi and I installed Klipper from Github. Now I want to flash Klipper, but when I select Raspberry Pi for flashing I get an error that flashing on Raspberry is not supported. For the attached Vyper printer I have no knowledge of the MCU to select.

What MCU to select in Klipper for Anycubic Vyper?

Klipper_make_menuconfig

agarza
  • 1,334
  • 2
  • 10
  • 30
Leder
  • 121
  • 2

1 Answers1

1

The printer controller board (the controller that came with the printer) needs to have the basics for being controlled by Klipper, hence the flashing, you should select the MCU of the 3D printer, that is not your Raspberry PI. Usually it is a Atmega AVR or a 32-bit controller board.

It appears the Anycubic Vyper 3D is using a 32-bit Cortex-M3 MCU, but please check what your controller has.

Please read this article by All3DP, it describes exactly the same as above:

Use your device’s arrow keys and enter button to navigate the pop-up menu, and go to the “Micro-controller section”.
The Ender 3 V2 uses an STM 32-bit board, so click the “STMicroelectronics STM32” option.

0scar
  • 32,029
  • 10
  • 59
  • 135