Software:OctoPrint

From HandWiki

OctoPrint is an open source 3D printer controller application, which provides a web interface for the connected printers. It displays printers' status and key parameters and allows user to schedule prints and remotely control the printer.

OctoPrint
Developer(s)Gina Häußge
Initial release2012
Stable release
1.9.3 / October 9, 2023 (2023-10-09)[1]
Repositoryhttps://github.com/OctoPrint/OctoPrint
Written inPython
Operating systemWindows, macOS, Linux
Available in7 languages
List of languages
English, German, French, Polish, Russian, Korean, Catalan
Type3D printer control application
LicenseFree and open-source AGPL
Websiteoctoprint.org

History

OctoPrint was created by Gina Häußge in 2012,[2] who initially developed the software to support her first 3D printer. OctoPrint[3] was forked from Cura, and is available under the same AGPL license. Development is hosted on GitHub.[3] Between August 2014 and April 2016, Spanish smartphone manufacturer BQ financially supported OctoPrint development by employing Gina Häußge full time to work on it. When BQ discontinued support in April 2016, Häußge turned to Patreon.[4][5]

In September 2018, a vulnerability was publicized at the Internet Storm Center of SANS Institute because "thousands" of users misconfigured their OctoPrint interface so it was available to the Internet without a login. This could result in not only a loss of data (intellectual property of designs) and privacy (through a connected webcam), but literal fires from poorly designed 3D printer safety controls.[6][7][8][9][10][11][12] Solutions that still enable worldwide access to a printer include using a commercial cloud printing interface like AstroPrint, Polar Cloud, or 3DprinterOS as well as the OctoPrint Anywhere plugin or standard VPN installations.[13][14]

Starting with OctoPrint version 1.4.0 released on March 4, 2020, OctoPrint is compatible with Python 3.[15] At the time of the release, most OctoPrint plugins were already compatible with Python 3.

As of August 2023, the OctoPrint Patreon campaign receives over $5,200 per month from over 1,900 backers.[16]

Features

OctoPrint provides a web interface for controlling 3D printers, allowing the user to start a print job by sending G-code to a 3D printer connected via USB. OctoPrint monitors the status of the print job, as well as the printer itself, including the temperature of the print head (hot end) and the temperature of the bed, if the bed on the printer is heated. OctoPrint can also show the output of a connected webcam in order to monitor the state of the print, and can visualize the G-code in sync with the print job, or asynchronously.

OctoPrint has a plugin system, allowing users to extend functionality. As of December 2023, there are 383 plugins listed in the official plugin repository.[17]

It has also been used by Thomas Sanladerer in a PrintrBot as a self-contained and fully mobile printer build.[18][19]

OctoPrint can run on a variety of systems, but is commonly run on Raspberry Pi. A distribution called OctoPi based on the Raspbian OS for Raspberry Pi, provides a pre-configured version of OctoPrint along with an mjpg-streamer support for webcams.[20]

OctoPrint recommends using the Raspberry Pi 3B, 3B+, 4B, or the Zero 2 and specifically warns against using the Raspberry Pi Zero W due to severe performance issues observed.[21]

References

  1. Häußge, Gina (9 October 2023). "New release: 1.9.3". https://octoprint.org/blog/2023/10/09/new-release-1.9.3/. 
  2. "Interview: Gina Häußge, creator of OctoPrint, on the RepRap 10th Anniversary". 3D Printing Industry. 31 May 2018. https://3dprintingindustry.com/news/interview-gina-hausge-creator-octoprint-reprap-10th-anniversary-134013/. "Gina Häußge is the founder and main developer of OctoPrint." 
  3. 3.0 3.1 "OctoPrint Github development page". https://github.com/foosel/OctoPrint/blob/master/LICENSE.txt. Retrieved 19 February 2019. 
  4. Gina Häußge (2016-04-13). "OctoPrint: Public: I need your support". Google Plus. https://plus.google.com/+OctoprintOrg/posts/5m53jf6cdme. "Most of you probably know that OctoPrint’s development has been heavily sponsored by BQ since August 2014, mostly by employing me (Gina Häußge) full time for working on it. ... If you love OctoPrint and believe in its potential and my skills to get it there, please consider supporting me on Patreon. ... TLDR Please support me on Patreon." 
  5. "OctoPrint Startup Soon to Lose Funding from Sponsor BQ, Launches Patreon Campaign—Users Rally Behind Founder". 3DPrint.com. https://3dprint.com/129990/octoprint-patreon-campaign/. "This is the case right now for OctoPrint, who has apparently lost their sponsor, BQ, and is taking to Patreon for support in what is a bit of an emergency funding situation or we may lose this startup to current lack of capital. According to word on the street—or, today that would be on Reddit—those who are fans of the ‘snappy web interface’ for their 3D printers put the word out leading us to a social media announcement from founder Gina Häußge. There is undeniable concern for the future of what is currently quite a popular source of 3D printing host software." 
  6. "Thousands of unsecured 3D printers discovered online". Naked Security. 6 September 2018. https://nakedsecurity.sophos.com/2018/09/06/thousands-of-unsecured-3d-printers-discovered-online/. "This is a problem caused by bad configuration and not the OctoPrint software, which clearly warns against enabling access without access control. Any owner exposing their printer to the internet without this must have chosen to do so." 
  7. Dvorsky, George. "Discovery of Thousands of Unsecured 3D Printers Is a Big Problem". Gizmodo. https://gizmodo.com/discovery-of-thousands-of-unsecured-3d-printers-is-a-bi-1828857941. "It’s super convenient, but the ISC has discovered at least 3,759 instances in which users have deliberately set up their 3D printers to be accessible via the internet without the need for authentication (i.e. logging in with a username and password)." 
  8. "Thousands of misconfigured 3D printers on interwebz run risk of sabotage". theregister.co.uk. https://www.theregister.co.uk/2018/09/04/3d_printers_hackable/. ""These printers are controlled using the open source software package 'OctoPrint' but it's likely there are other tools that are similarly affected. OctoPrint is not meant to be exposed in this way, and it explains in its documentation how to deploy the software in a safe way," Mertens explained." 
  9. "3D Printers in The Wild, What Can Go Wrong?". Internet Storm Center. 2018-08-30. https://isc.sans.edu/forums/diary/3D+Printers+in+The+Wild+What+Can+Go+Wrong/24044/. "They are thousands of Octoprint instances accessible without any authentication reported by Shodan:" 
  10. "OctoPrint responds to security concern with detailed guide to safe 3D printer use". 3D Printing Industry. 5 September 2018. https://3dprintingindustry.com/news/octoprint-responds-to-security-concern-with-detailed-guide-to-safe-3d-printer-use-139313/. "Responding to the ISC, OctoPrint has re-iterated the importance of proper configuration. And while the startup wizard for OctoPrint actively warns against allowing unauthenticated access, some users may have disregarded this." 
  11. Jubaleth. "A Guide To Safe Remote Access of OctoPrint". OctoPrint.org. https://octoprint.org/blog/2018/09/03/safe-remote-access/. "Putting OctoPrint onto the public internet is a terrible idea, and I really can’t emphasize that enough. Let’s think about this for a moment, or two, or even three. OctoPrint is connected to a printer, complete with motors and heaters. If some hacker somewhere wanted to do some damage, they could." 
  12. "Additive manufacturing: an inconvenient truth". The Engineer. 8 November 2018. https://www.theengineer.co.uk/additive-manufacturing-inconvenient-truth/. "Earlier this month, security experts found a way to use OctoPrint to take print files off printers remotely or replace them with compromised files. An enterprising reporter even managed to do this inside two corporations that they left unnamed. Granted, these breaches stem from an unintended use case for OctoPrint" 
  13. "An Easy Solution For OctoPrint Security?". Fabbaloo. 11 September 2018. https://www.fabbaloo.com/blog/2018/9/11/an-easy-solution-for-octoprint-security?rq=octoprint. "But how do you use AstroPrint Cloud with OctoPrint? It turns out they’ve made a plug-in for OctoPrint that is installable by the touch of a button. Once done, your OctoPrint installation is then connected to the AstroPrint cloud and you can then use their mobile app to remotely control your 3D printer, for example. But you can also bring forward all their other functionality, which is considerable." 
  14. "Is Your OctoPrint Safe?". Fabbaloo. 5 September 2018. https://www.fabbaloo.com/blog/2018/9/5/is-your-octoprint-safe. "In a brilliant article on OctoPrint.org, contributor Jubaleth describes how many OctoPrint installations are actually publicly exposed to anyone by improper methods of Internet connection. Typically an uninformed operator might simply forward the OctoPrint ports through their network router to the public Internet." 
  15. "Gina Häußge and OctoPrint" (in en). 2020-08-15. https://dot.kde.org/2020/08/15/gina-h%C3%A4u%C3%9Fge-and-octoprint. 
  16. "Gina Häußge | Creating OctoPrint | Patreon". Patreon. https://www.patreon.com/foosel/overview. "1,981 members 461 posts $5,243/month" 
  17. "OctoPrint Plugin Repository" (in en). https://plugins.octoprint.org/. 
  18. "3D Printing News Sliced: Rocket Lab, David Bowie, Resident Evil 2". 3D Printing Industry. 25 January 2019. https://3dprintingindustry.com/news/3d-printing-news-sliced-rocket-lab-david-bowie-resident-evil-2-147911/. "The system is built with a Raspberry Pi inside and has WiFi access. The converted Printrbot has no LCD screen, and is operated via a mobile phone using OctoPrint, a web interface for 3D printers. Sanladerer filmed the whole reconstruction process and uploaded it to YouTube." 
  19. "Thomas Sanladerer Converts Printrbot Play into Off-Grid Printer | All3DP". All3DP. 23 January 2019. https://all3dp.com/4/thomas-sanladerer-converts-printrbot-play-off-grid-printer/. "Such tinkering includes running the batteries into a DC boost converter which enables the voltage to reach the required 12V for the printer to work. A DC regulator will also be used to bring the voltage to 5V to run the Raspberry Pi which in turn runs OctoPrint." 
  20. "guysoft/OctoPi: Scripts to build OctoPi, a Raspberry PI distro for controlling 3D printers over the web". GitHub. https://github.com/guysoft/OctoPi. Retrieved 2023-08-16. 
  21. "OctoPrint.org - Download & Setup Octoprint". OctoPrint.org. https://octoprint.org/download/. 

External links