Octoprint install
This page is a record of my installation of Octoprint on my Prusa Mk3S 3D printer. Although the Octoprint site recommends not using a Raspberry Pi Zero W due to limitations of that unit, I opted to go ahead with a an Raspberry Pi Zero W anyway as I had already purchased the required items. While I was able to get the Raspberry Pi Zero W working, I did find it problematic in a number of ways.
Fortunately, I had a Raspberry Pi 3 B left over from another project. After much trial and error I was able to finally get it running with these simple steps:
- Flash the Raspberry Pi SD card with the latest Octopi image, using balenaEtcher
- Edit the wifi settings:
- On your computer, locate the SD card partition called "boot" and open it. Look for a file called "octopi-wpa-supplicant.txt".
- Adjust the config as follows:
- ## WPA/WPA2 secured
- network={
- ssid="your wifi name"
- psk="your wifi password"
- }
- ## WPA/WPA2 secured
- Insert the SD card in the Raspberry pi and connect to the Prusa printer with a USB cable.
- IMPORTANT: On the Prusa printer, leave the RPi port set to OFF
- Set a static IP on the Raspberry Pi
Linux Help
Setting up Balena Etcher on Ubuntu Linux:
Copy the balenaEtcher AppImage file to ~/balenaEtcher/
Make sure the permissions are set to allow running as a program.
The first time you use the program, double-click the AppImage file. After that, you can seach for balenaEtcher in the Activities list.
References :
Octoprint homepage : https://octoprint.org/
Octopi download : https://octoprint.org/download/
Prusa instructions :
- Prusa Mk3S printer profile : https://github.com/prusa3d/OctoPi/blob/devel/src/modules/octopi/filesystem/home/pi/.octoprint/printerProfiles/_default.profile
- DON'T USE THESE FOR Raspberry Pi 3!
- Hardware set-up : https://manual.prusa3d.com/c/Octoprint_for_Original_Prusa_i3_MK3
Balena Etcher :
homepage : https://www.balena.io/etcher/