All Projects → fieldOfView → Cura Octoprintplugin

fieldOfView / Cura Octoprintplugin

Licence: agpl-3.0
Cura plugin which enables printing directly to OctoPrint and monitoring the process

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Cura Octoprintplugin

ArduinoProtonPack
Arduino Code for a GhostBusters Proton Pack
Stars: ✭ 57 (-83.14%)
Mutual labels:  3d-printing
3D-Engine-OpenGL-4
3D Graphics Engine For Games | C++ OpenGL 4.1
Stars: ✭ 19 (-94.38%)
Mutual labels:  3d-printing
Ottodiyesp
build you own internet of robots!
Stars: ✭ 273 (-19.23%)
Mutual labels:  3d-printing
K3D-VOSTOK
K3D VOSTOK 3D printer
Stars: ✭ 138 (-59.17%)
Mutual labels:  3d-printing
purple-eye
A web-bluetooth controlled one-eyed robot
Stars: ✭ 26 (-92.31%)
Mutual labels:  3d-printing
Cura
3D printer / slicing GUI built on top of the Uranium framework
Stars: ✭ 3,401 (+906.21%)
Mutual labels:  3d-printing
gcode-preview
A simple GCode parser & previewer with 3D printing in mind. Written in Typescript.
Stars: ✭ 69 (-79.59%)
Mutual labels:  3d-printing
Mars Rover
3D printed Curiosity/Perseverance inspired Rover
Stars: ✭ 327 (-3.25%)
Mutual labels:  3d-printing
BCN3DSigma-Firmware
Custom Marlin version for the brand new BCN3D Sigma from BCN3D Technologies
Stars: ✭ 81 (-76.04%)
Mutual labels:  3d-printing
Slicer
Multi-platform, free open source software for visualization and image computing.
Stars: ✭ 263 (-22.19%)
Mutual labels:  3d-printing
pymadcad
Simple yet powerful CAD (Computer Aided Design) library, written with Python.
Stars: ✭ 63 (-81.36%)
Mutual labels:  3d-printing
QtVtk
An integration between Qt Quick Controls 2 and VTK for 3D rendering
Stars: ✭ 79 (-76.63%)
Mutual labels:  3d-printing
Pack3d
Tightly pack 3D models.
Stars: ✭ 265 (-21.6%)
Mutual labels:  3d-printing
rapcores
Robotic Application Processor
Stars: ✭ 14 (-95.86%)
Mutual labels:  3d-printing
Awesome Raspberry Pi
curated list of projects with raspberry pi
Stars: ✭ 309 (-8.58%)
Mutual labels:  3d-printing
fusebox2
A new CoreXY 3D printer
Stars: ✭ 62 (-81.66%)
Mutual labels:  3d-printing
Awesome Weekly Robotics
A list of projects that were or will be featured in Weekly Robotics newsletter
Stars: ✭ 255 (-24.56%)
Mutual labels:  3d-printing
Marlin Config
Marlin firmware instant configurator
Stars: ✭ 327 (-3.25%)
Mutual labels:  3d-printing
Sawppy rover
Sawppy the Rover: A Motorized Model of Mars Rover Curiosity and Perseverance for <$500 In Parts
Stars: ✭ 321 (-5.03%)
Mutual labels:  3d-printing
Pigeon
Pigeon is a simple 3D printed cloud home surveillance camera project that uses the new Raspberry Pi Zero W
Stars: ✭ 266 (-21.3%)
Mutual labels:  3d-printing

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.

The configuration folder can be found via Help -> Show Configuration Folder inside Cura.

How to use

  • Make sure OctoPrint is up and running, and the discovery plugin is not disabled
  • In Cura, add a Printer matching the 3d printer you have connected to OctoPrint
  • Select "Connect to OctoPrint" on the Printers pane of the preferences.
  • Select your OctoPrint instance from the list and enter the API key which is available in the OctoPrint settings, or push the "Request..." button to request an application key from the OctoPrint instance.
  • Press the "Connect" button to connect the printer in Cura with the OctoPrint instance.
  • From this point on, the print monitor should be functional and you should be able to switch to "Print to Octoprint" in the lower right of the Cura window.

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.

The module is included in the OctoPrintPlugin because it is a dependency of python-zeroconf and it is not included with older versions of Cura

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].