
- GUTENPRINT RASPBERRY PI CONFIGURE HOW TO
- GUTENPRINT RASPBERRY PI CONFIGURE SOFTWARE
- GUTENPRINT RASPBERRY PI CONFIGURE PLUS
- GUTENPRINT RASPBERRY PI CONFIGURE DOWNLOAD
GUTENPRINT RASPBERRY PI CONFIGURE PLUS
We recommend using Etcher to do this, due to its minimal UI and ease of use plus it’s also available to use on both Windows and Mac. Next, we need to flash this image onto our microSD card. When this has finished downloading, unzip the file and put the resulting IMG file somewhere handy. OctoPi (created by Guy Sheffer) is a Raspbian distribution that comes with OctoPrint, video streaming software, and CuraEngine for slicing models on your Raspberry Pi.
GUTENPRINT RASPBERRY PI CONFIGURE DOWNLOAD
Download OctoPiįirstly, you will need to download the latest version of OctoPi from the OctoPrint website.

If you want to try this with a Pi Zero or an older Raspberry Pi, you may experience unexpected print failures. There have been reports of limited success using OctoPrint on a Raspberry Pi Zero W, but only if you have no intention of using a camera to monitor your prints.
GUTENPRINT RASPBERRY PI CONFIGURE SOFTWARE
OctoPrint is a piece of open-source software that allows us to add WiFi functionality to any 3D printer with a USB port (which is pretty much all of them).
GUTENPRINT RASPBERRY PI CONFIGURE HOW TO
This guide will take you through the setup process step by step, and give you some handy tips along the way.īefore we start finding out how to install OctoPrint, let’s look at why you might want to. Wget -O airprint-generate.py -no-check-certificate Įcho "image/urf urf string(0,UNIRAST)" > /usr/share/cups/mime/airprint.typesĮcho "image/urf urf (0,UNIRAST)" > /usr/share/cups/mime/apple.typesĮcho "image/urf application/pdf 100 pdftoraster" > /usr/share/cups/mime/nvsĮcho "image/urf application/vnd.cups-postscript 66 pdftops" > /usr/share/cups/mime/local.If you own a 3D printer, you’ll likely have at least heard of OctoPrint, created by Gina Häußge and maintained by her and Guy Sheffer! OctoPrint has the potential to transform your 3D printing workflow for the better, and it’s very easy to set up. Wget -O airprint-generate.py -no-check-certificate https: // /tjfontaine /airprint-generate /master /airprint-generate.pyĮcho "image/urf urf string(0,UNIRAST)" > /usr /share /cups /mime /airprint.typesĮcho "image/urf urf (0,UNIRAST)" > /usr /share /cups /mime /apple.typesĮcho "image/urf application/pdf 100 pdftoraster" > /usr /share /cups /mime /nvsĮcho "image/urf application/vnd.cups-postscript 66 pdftops" > /usr /share /cups /mime /nvs Then comes the tricky part: bridging CUPS and Avahi: Add “Allow right after “Order allow, deny” for and Īfter connecting my AcuLaser AC1100 printer to the Raspberry Pi (and hunting for hours to get the proper drivers), I was able to access CUPS web administration interface (“ and add a new shared printer.This way, printers can be added throught CUPS web interface from any host Comment out the “Listen localhost:631” line.

Next, as usual, one has to edit CUPS configuration file (/etc/cups/nf): Apt-get install cups cups-filters cups-pdf cups-ppdc python-cupsĪpt-get install foomatic-db-gutenprint libgutenprint2 printer-driver-gutenprint foomatic-db-compressed-ppds foomatic-db-engine foomatic-db-gutenprint foomatic-filtersĪpt-get install avahi-discover libnss-mdns
