Home

Awesome

OctoPrintPlugin

Cura plugin which enables printing directly to OctoPrint and monitoring the progress.

OctoPrint is a registered trademark. For more information about OctoPrint, see octoprint.org.

This plugin started out as a fork of the UM3NetworkPrinting plugin

This plugin is made possible in part by a contribution of @ErikDeBruijn and my other github sponsors. The development of this plugin can be sponsored via Github Sponsors or Paypal.

Installation

Marketplace (recommended):

The plugin is available through the Cura Marketplace as the OctoPrint Connection plugin

Manually:

Download or clone the repository into [Cura configuration folder]/plugins/OctoPrintPlugin. When cloning the repository, make sure to use the --recursive flag to include the submodules.

The configuration folder can be found via Help -> Show Configuration Folder inside Cura. This opens the following folder:

How to use

Plugins

The OctoPrint Connection plugin has special support for the following OctoPrint plugins:

Ultimaker Package Format

Support for including a thubmnail of the model along with the gcode.

PSU Control, TP-Link Smartplug, Orvibo S20, Wemo Switch, Tuya Smartplug, Domoticz, Tasmota, MyStrom Switch, IKEA Trådfri

Support turning on the printer before sending a print job to OctoPrint.

MultiCam

Support for multiple cameras in the monitor view.

Print Time Genius

Delay starting the print until after gcode analysis is done.

Notes on UltiGCode (Ultimaker 2/Ultimaker 2+)

The Ultimaker 2(+) family uses a flavor of GCode named UltiGCode. Unfortunately printing using UltiGCode flavor does not work when printing over the USB connection. That is why using OctoPrint does not work with UltiGCode flavor.

Included dependencies

This plugin contains a submodule/copy of the following dependecies:

zeroconf as maintained by jstasiak.

Python-zeroconf is licensed under the LGPL-2.1

The module is included in the OctoPrintPlugin to replace the version that ships with older versions of Cura because that version has bugs.

ifaddr as maintained by pydron.

ifaddr is licensed under the MIT license.

async-timeout as maintained by aio-libs

async-timeout is licensed under the Apache License, Version 2.0.

ifaddr and async-timeout are included in the OctoPrintPlugin because it is a dependency of python-zeroconf and they are not included with older versions of Cura.