Octoprint 2021: Installation, Configuration Tutorial on Kingroon KP3S

Octopi is a system designed for helping 3D printing, it allows you access the printer anywhere and anytime, monitor the print status, do safety check on power supply, making time lapse videos and even take the full control of the mainboard and boost your printing with Klipper firmware.

Now let’s show you how to install Octopi and configure it for Kingroon KP3S 3D printer.

Part 1, Get a Raspberry Pi Board

First, you will need a Raspberry PI, it is a powerful single board commuter designed for learning programming, which is now used in many areas. Go to raspberrypi.com to buy a raspberry Pi. 

Once you get a Pi, you could find a case online, 3D printed it and use to protect your Pi. We are using a Raspberry Pi 2B.

And here are all the things you will need. A USB to printer cable, you can find one in the KP3S package box. A Raspberry pi power supply. Raspberry requires higher input voltage than your phone. If you are using a raspberry pi4, you will need one with USB-C port. A wireless adapter. If you are using newer model than 2B, skip this. And of course, a Raspberry Pi. And a SD card, the volume must be larger than 16GB. Choose a 32GB one with higher speed if you are going to do time-lapse on Octopi.

3d print with raspberry pi 

Then you need to go https://www.raspberrypi.com/software/ to download the Raspberry Pi Imager. It will help you download and flash the Octopi firmware into your SD card and preset the WIFI. Those steps were quite troublesome before, you need to do them separately and even need to edit some code.

Raspberry Pi Imager

Just choose the one fits your computer. Or you can click below link directly:
Mac OS:https://downloads.raspberrypi.org/imager/imager_latest.dmg
Windows:https://downloads.raspberrypi.org/imager/imager_latest.exe

Part 2, Flash the firmware and preset the WIFI

Once you done, open the software you just installed, find "other specific purpose OS", click "Octopi", Choose "Octopi". It is the official and downloaded from the Octopi website.

install Raspberry Pi Imager 

Then you need to preset the WIFI, press the following keys (On Windows, Control+Shift+X; On Mac, Command+Shift+X) to open the setting. SSH will be a function that you may use later, so we recommend enabling it and set a password. Follow the steps, then you are done with WIFI preset.

As for the rest settings you can set them as your need, or just keep them as default.

After that, choose the storage you want to flash, then click the write button to proceed. It will download the Octopi firmware and flash it automatically, all you need is waiting. It’s goanna take some time.

Part 3. Configure Octopi

Once you finished, insert the SD card to your Pi, connect the power cable and the Wi-Fi adapter, connect the pi to the printer then power the pi up. Please make sure you have set the WIFI password correctly and the power supply for the pi is enough.

Wait for a minute, open the browser, visit "octopi.local/". This step will take a few minutes, just make sure your computer and the pi are connecting the same WIFI. Another thing you might want to know is, your pi does not support 5G WIFI signal.

Configure Octopi on kingroon kp3s 

You will need to create an account, then set up the rest according to your own need. We do recommend setting a strong password and turn off the usage tracking, you know, for a better privacy. If you don't know how to set, just click the blue option to keep default setting.

Configure Octopi on 3d printer

After this step, you will enter the Octopi Dashboard. Click the wrench icon, click “Printer Profiles”, then edit build volume as 180x180x180mm. You can also do this in the Setup Wizard. Then click the connect button to connect the KP3S, you can proceed to test everything out. Go to the “Control” Panel, click to operate X, Y, Z axis, see if everything moves right.

Octopi profile of kingroon kp3s 

Part 4, Print with Octopi

Normally the test should be fine, you are ready to start your first print. And you can preheat with your own settings. Or just wait for the printer read the g-code itself. Preheating will save you some time.

Once the preheating done, you can click print to start. The printer will print like it was before. All axis home, then the print head goes down and start to print. But there is no changes on the screen, everything are driven by the Raspberry pi. What we want to remind you is don't power off, disconnect, or operate the printer once start printing from octopi. The resume print won't work in this mode.

Now you are all set with Octopi for your Kingroon KP3 3D printer. 

 

Previous article Tips to Prevent 3D Print Stringing & Blobs

Comments

Toni - February 3, 2022

A small update: I’ve finally managed to install Marlin (turns out the printer didn’t like to flash it from the card I was using although the stock firmware flashed correctly from it, weird but not the point here).
Octoprint now appears to interact perfectly with my printer, with no resend errors at all, so it’s definitely something firmware-related and not strictly a hardware compatibility issue.

Paula - January 31, 2022

I’m getting the same problem as Toni. My printer also has the GD32F303 MCU board. I can move the axes, home the printer, set temperatures fine but a print very quickly generates the “Critical resend ratio” error. Looking at the terminal this seems to be caused by checksum errors. I’m using a Pi4 with the official power supply and Octaprint 1.7.3.

Toni - January 31, 2022

Hi,
I’m getting “Critical resend ratio” errors on Octoprint and my prints are failing (but it can read and manage the temperatures properly). Printing from the SD card works without issues.
It’s running on Raspberry Pi 3B and I’ve run it in the past with a different printer without issues.
I’m using a high quality power supply for the Raspberry and tried replacing the USB cable to the printer, disconnecting everything else, etc, the usual suspects.
I also tried flashing Marlin (and Klipper) on the printer to see if that would solve issues, but flashing appears to fail too (the “Updating TFT” message jumps to 100% quickly and stays there, rebooting stays in the “Booting” message forever).
That’s two suspicious problems.
My printer uses the GD32F303 MCU.
Any idea of what may be the problem? Is my board defective?

Paul Resch - December 8, 2021

Thank you for this tutorial. I will acquire a Raspberry Pi and proceed.

Leave a comment

* Required fields