Skip to main content

Octolapse - Setup And Configuration for the Best Timelapses

· 12 min read

Octolapse with Octoprint is like a match made in heaven. These two go very well with each other and help you create awesome time lapse videos. And even though installing Octolapse is easy with Octoprint, setting it up and configuring it to deliver high-quality timelapse videos is slightly tricky.

In this article, we'll look at the detailed procedure for setting up Octolapse for your Octoprint instance with Cura and PrusaSlicer settings. We'll also share some tricks and tips to fine-tune your image settings to get the best quality footage for your 3D printing timelapse video.

Let's start with understanding the Octolapse plugin.

OctoPrint for Multiple Printers

· 6 min read
tip

Can't find a Raspberry Pi? Check out Orange Pi for OctoPrint. Boards and complete kits are available now!

Getting Started with OctoPrint for Multiple 3D Printers

Octoprint running on multiple printers. Orginal Ender 3 Drawing Source: reddit user junonedor

OctoPrint is the most popular 3D printer management software for wirelessly monitoring and controlling your 3D printer. The Raspberry Pi, which is a single-board computer (SBC), is commonly used to run it.

Not only does OctoPrint make the entire process simpler, but it also makes 3D printing more efficient. It makes using a 3D printer and gathering statistics incredibly straightforward and easy, and thus is by far the best upgrade for your printer.

OctoPrint is a wonderful tool, but it does have some restrictions despite its many strengths. One of them is the inability to use more than one printer with a single OctoPrint instance. Of course, you can handle numerous printers at once by choosing a different printer when the first print is complete-just not at the same time.

At the moment, you have to install multiple instances of Octoprint on the Raspberry Pi if you want to run more than one printer at the same time. Since OctoPrint wasn't designed for more than one printer, running multiple printers at the same time isn't officially supported.

But it's possible!

In this article, we will discuss different ways of getting started with OctoPrint for multiple 3D printers.

Ender 3 3D Printer Comparison Guide

· 20 min read

Creality released its first-ever Ender 3 model in March of 2018. It was an instant success and became widely popular due to its budget pricing and decent build quality. Ever since the company's released improved models, which retain the original Ender 3's form factor but come with a slew of impressive features at a relatively low cost.

But, cumulatively, there are now 10 Ender 3 models in three different series. Some of the printers have similar features to the previous generations, while others are entirely upgraded with a slight price bump. This becomes confusing for many buyers, and you might buy an Ender 3 that's not ideal for your 3D printing needs.

In this article, we'll clear out this confusion and understand the similarities and differences between all ten printers. It will help you to make an informed decision and get an Ender 3 that is better suited for you.

Let's get started and end the Ender confusion once and for all.

Obico for Klipper 1.0 Release!

· 3 min read

The wait is finally over! Obico for Klipper 1.0 release is here!

Previously, the most common comment we heard from the Obico community members was: "Obico is What I have missed the most since I moved from OctoPrint to Klipper".

This is what motivated us to start working Obico for Klipper early this year. After over 6 months of alpha- and beta-testing, Obico for Klipper is now ready for her 1.0 release!

How to Install Klipper Using KIAUH - Klipper Install and Update Helper

· 11 min read

Introduction​

Klipper is quickly becoming the de-facto choice for fast 3D printing. 3D printer manufacturers such as Voron and Prusa3D have contributed to its popularity by using firmware in their machines. And as Klipper's completely open-source and free-to-use, you can install it virtually on any 3D printer, old or new.

In this article, we'll go over the installation process of setting up the Klipper firmware using the Klipper Installation And Update Helper (KIAUH). It's an effortless and interesting way to install Klipper on your 3D printer.

Let's start Klipping!

How to Access OctoPrint Over the Internet (Safely and Securely)

· 10 min read

We're sure you've often thought about accessing OctoPrint over the internet and that too from anywhere in the world from any device. Controlling your 3D printer over a local network is simple, whereas establishing a remote connection is more difficult. If you're curious about how it's done easily, you've come to the right place

This article addresses this question and provides a how-to guide for accessing OctoPrint while away from home.

What is OctoPrint?​

OctoPrint is one of the best free and open-source 3D printer remote monitoring and control software applications. It allows you to better manage your 3D printer activities and run it more efficiently. The software with its wide range of plugins enhances your 3D printing output.

If you are new to OctoPrint, you can get started by reading our guide on how to set up OctoPrint.

How does it work?​

OctoPrint is typically run on a Raspberry Pi that is linked to your 3D printer. It connects to your 3D printer via USB cable and essentially takes control of it. It can send commands to control and operate the 3D printer. These can range from simple tasks like moving the printhead in the three axes or starting/stopping prints to more complex tasks like converting linear g-codes to arc codes, accessing your 3D printer from remote locations, even outside your local network, and more.

In short, OctoPrint simplifies and gives you more control over your 3D printer operations, allowing you to print more efficiently.

To run OctoPrint, OctoPi, an OctoPrint image preconfigured for the Raspberry Pi with pre-installed OctoPrint, mjpg-streamer as a webcam server, and a couple of scripts is commonly used to allow for simple initial setup.

Why is a remote access solution for OctoPrint needed?​

This question has been addressed in several articles about the need for an OctoPrint remote access solution. To understand this, consider a situation in which you start a print and monitor it to ensure that it does not fail, but you suddenly need to go out for work. But as you leave the house, one question lingers in your mind: what's going on with my print?

We've all been there, and this is just one example of when a remote access solution comes in handy.

But did you know that OctoPrint is only available on your local network?

While what we said is correct, it is also true that there are multiple ways to access OctoPrint over the internet to give you access from anywhere, which we will discuss in this article.

Before we proceed, if you are the inquisitive type and want to understand why you can't use OctoPrint anywhere but on your local network? Then read our article on Accessing OctoPrint Remotely, which will explain the issue.

3D Printer Firmware - Klipper Vs. Marlin Firmware

· 11 min read

Introduction​

3D printers are a mere assembly of various stepper motors, controllers, and structural components. It is the 3D printer's firmware that ties everything together and brings your digital gcode file into the physical world.

Marlin was the first 3D printer firmware developed way back in 2011 for FDM 3D printers. Erik Van Der Zalm designed it for Ultimaker 3D printers which used 8-bit microcontrollers. Since 2011, Marlin has come a long way, and several 3D printers worldwide use some variant of the Marlin for their functioning.

But, in 2016, Kevin O'Connor released the Klipper firmware as an alternative to Marlin. Klipper promises high-speed 3D printing, better print quality, and several other features superior to Marlin. And it has grown tremendously since the first release and is quickly becoming the go-to firmware choice for many 3D printing hobbyists and manufacturers alike.

In this article, we'll compare Marlin and Klipper's firmware based on various criteria and understand the differences between these two. It should help you make an informed decision and choose the one that best matches your needs.

Let's get started.

Installing Klipper (and Fluidd) on Your Ender 3 - Setup and Configuration

· 14 min read

Introduction​

Klipper firmware has become the go-to choice for high-speed 3D printing on a budget. It integrates the computing power of a Raspberry Pi with your 3D printer's controller to give you a clean, smooth, and fast 3D printing experience.

As Klipper is merely a firmware, you need an interface to interact with your 3D printer. Mainsail OS, Octoprint, and Fluidd are the three popular types of Klipper interfaces that are easy to use and help you to take full benefits of Klipper's features. We already have a guide that details the procedure of installing Klipper on an Ender 3 with Mainsail OS.

In this article, we'll go over the step-by-step procedure to install Klipper on an Ender 3, but with the Fluidd web interface. Read along to find the benefits of Fluidd and Klipper on your 3D printer.

Frequently Asked Questions About OctoPrint - All You Need to Know

· 10 min read
tip

Can't find a Raspberry Pi? Check out Orange Pi for OctoPrint. Boards and complete kits are available now!

If you are new to OctoPrint, then you have come to the right place. We bring you a detailed FAQ guide that will answer all of your burning questions about OctoPrint to help you get started.

Table of Contents​

 

What is OctoPrint?​

OctoPrint Interface/Courtesy: OctoPrint

OctoPrint is a free and open-source software application that allows you to monitor and control your 3D printer from a remote location. It's typically installed on a Raspberry Pi board and connected to a 3D printer. Many users chose the software because of its simplicity and ease of use, and the features and functionality it offers to enhance the overall 3D printing experience.

OctoPrint was created and is maintained by Gina Häußge, a German software engineer. Since its launch in 2012, it has evolved into a tool for users to improve their 3D printing experience. The software can now assist you in wireless 3D printing, monitoring and controlling 3D printers and even print farms from anywhere in the world, slicing 3D models, detecting failures, receiving notifications, and much more.

Octoprint Plugins for 3D Printer Status Notifications

· 9 min read

OctoPrint is a free, open-source program that enables you to remotely control and monitor your 3D printer. And with the right plugins, you can also get 3D printer status notifications. Octoprint was developed a decade ago in 2012 by German software engineer Gina Häußge and is commonly run on a Raspberry Pi single-board computer (SBC).

With OctoPrint, you can move the bed and extruder, control the temperature, and more. Even better, you can use a mobile app or a cloud server to set up job scheduling and keep a close watch on its progress. You may even see your print work live from anywhere in the world if you connect a webcam. While running a 3D printing farm, its advantages become even more prominent.

OctoPrint not only simplifies everything, but it also boosts the quality of 3D printing.

All the features are possible because of its large repository of Plugins allowing users to go above and beyond.

However, when you install the necessary plugins that provide 3D printer status notifications, all of the capabilities are enhanced.

Why would you want OctoPrint 3D printer status notifications?​

We all lead busy lives, and few people would have the luxury of being close to their printer during print jobs. When a print begins and you are not present, it might be unsettling to not know how the print is progressing.

This is where notifications come into play. A simple email or text message is enough to put our minds at ease.

Although many plugins offer notification support, not all plugins are created equal.

We're here to help you in choosing the best plugin for 3D printer status notification that will undoubtedly enhance your 3D printing experience. Keep reading to learn about a number of different ways to get 3D printer notifications using OctoPrint.