OctoPi

Scripts to build OctoPi, a Raspberry PI distro for controlling 3D printers over the web

GPL-3.0 License

Stars
2.5K

Bot releases are hidden (Show)

OctoPi - OctoPi 1.0.0 Latest Release

Published by foosel over 1 year ago

17th release of OctoPi.

As before, there are both 32bit and 64bit images available.
The 64bit image is based on on RpiOS 64bit.

Raspberry Pi 3 and up can try the 64bit version. No performance gain in normal OctoPi is expected. It might help future plugins.

32bit armf:
Download it at:
https://unofficialpi.org/Distros/OctoPi/octopi-bullseye-armhf-lite-1.0.0.zip

Md5: 88135c1af2491aa4f114190c728d5fa2.

64bit arm64/aarch64:
Download it at:
https://unofficialpi.org/Distros/OctoPi/octopi-bullseye-arm64-lite-1.0.0.zip

Md5: a0fe9dd406f7bb4f8bf0a3d0af1d4582.

Changelog

Took a while to coordinate this release since I've been busy. Hope the the next ones will come out smoother.

(Drafted together by both @foosel and @guysoft )

OctoPi - OctoPi 0.18.0

Published by guysoft over 3 years ago

16th release of OctoPi.

Main change in this image is that would be likely noticeable to plugin developers and users is that OctoPi comes with Python3 now.
Also the image now supports and Raspberry Pi 400.

A note about 64bit images

64bit is unstable and is delayed for 0.19.0. We have nightly builds for it if you really need it. See: https://github.com/guysoft/OctoPi/issues/711 which is derived from https://github.com/guysoft/OctoPi/issues/692#issuecomment-757763414
64bit is needed for fully support al the memory space for Raspberry Pi 4B 8GB

Download it at https://github.com/guysoft/OctoPi/releases/download/0.18.0/octopi-buster-armhf-lite-0.18.0.zip

Md5: 43387c99873210969a21083520ec963b

Changelog

Build notes

OctoPi - OctoPi 0.17.0

Published by guysoft almost 5 years ago

15th release of OctoPi.

Download it at https://github.com/guysoft/OctoPi/releases/download/0.17.0/octopi-buster-lite-0.17.0.zip

Md5: 8a550602b8ccc5df8381924757f88ab9

Changelog

Changes in the image

  • Raspberrypi 4B support
  • Linux Kernel 4.19.75 from new base image 2019-09-26-raspbian-buster-lite
  • OctoPrint 1.3.12
  • Fix Chinese Endoscope 8mm ( #602 )
  • Bug fixes

Build notes

  • Uses CustomPiOS 1.3.0 CustomPiOS in devel (which I release once I understand how to get the multi-arch tagged correctly), then update here.
  • Our nightly/release builds have moved to the new build server, after 6+ years of operating. Thanks for your donations for making that happen!
OctoPi - OctoPi 0.16.0

Published by guysoft over 5 years ago

14th release of OctoPi.

Download it at https://github.com/guysoft/OctoPi/releases/download/0.16.0/octopi-stretch-lite-0.16.0.zip
Md5: c363d50f80f04bebcdc774ec20ad22ce

Changelog

Changes in the image

  • Raspberrypi 3A+ support
  • Linux kernel 4.14.79-v7+ from new base image 2018-11-13-octopi-stretch-lite
  • OctoPrint 1.3.10
  • pip is not pinned to version 9 anymore, shipped with version 19
  • Bug fixes

Build notes

  • Uses CustomPiOS 1.1.0
  • Our nightly/release builds have moved to the new Docker build supported in CustomPiOS 1.1.0. You can still use the vagrant build method.
OctoPi - OctoPi 0.15.1

Published by guysoft over 6 years ago

13th release of OctoPi.

This is a minor release, with just one fix pinning the version of pip, because version 10 did not work well with OctoPrint plugins.
OctoPi 0.15.1 ships with:

It is built against Raspbian 2018-04-18 (Release Notes).

Changelog

Changes in the image

  • Pinned pip version to version 9

Changes in the build scripts

Download it at:
https://github.com/guysoft/OctoPi/releases/download/0.15.1/octopi-stretch-lite-0.15.1.zip

OctoPi - OctoPi 0.15.0

Published by guysoft over 6 years ago

Twelfth release of OctoPi.

This is a major release, with for RaspberryPi 3B+.
OctoPi 0.15.0 ships with:

It is built against Raspbian 2018-04-18 (Release Notes).

Changelog

Changes in the image

  • Raspberrypi 3B+ support
  • octopi-wpa-supplicant.txt network settings now default
  • linux kernel 4.14 from new base image 2018-04-18-octopi-stretch-lite
  • Debian stretch from new base image
  • Bug fixes for some webcams
  • Bug fixes

Changes in the build scripts

Developer Notes:
We have moved to build with CustomPiOS, which means that OctoPi has joined a larger build system which supports lots of modules and cool ways to configure and maintain debian-based IOT distros.

Download it at:
https://github.com/guysoft/OctoPi/releases/download/0.15.0/octopi-stretch-lite-0.15.0.zip

OctoPi - OctoPi 0.14.0

Published by foosel over 7 years ago

Eleventh release of OctoPi.

This is a major release, with support for building against Armbian and official build supports Raspberry Pi Zero W.

OctoPi 0.14.0 ships with:

It is built against Raspbian 2017-06-21 (Release Notes).

Changelog

Changes in the image

  • Added note to /root/bin/webcamd to use octopi.txt for configuration
  • Added note to octopi-network.txt for Mac OS X users to not use Textedit/properly configure Textedit
  • Added note with further instructions on usage to boot and login screen
  • Allow configuration of multiple wifi networks via octopi-wpa-supplicant.txt
  • Better "service not running" error pages
  • Enabled SSH by default (we usually run headless, disabling it is not an option)
  • Updated stock config.yaml and init script for OctoPrint to 1.3.0+
  • Updated install-desktop script to only pull in needed packages
  • Fixes:
    • Prevent NTP updates from failing on RPi3 wifi (#327)
    • Prevent weird SSH issues on RPi3 (#294)
    • Prevent duplicate X-Scheme headers in haproxy (#239)
    • Workaround for an issue with recent pip versions and pyasn1 (#276)

Changes in the build scripts

  • Support for building against Armbian
  • Support for custom number for root partition
  • Fixed pybonjour download link (google code is dead)
  • Switched vagrant box to one including guest additions

Download it at:
https://github.com/guysoft/OctoPi/releases/download/0.14.0/octopi-jessie-lite-0.14.0.zip

OctoPi - OctoPi 0.13.0

Published by guysoft over 8 years ago

The tenth release of OctoPi!
If you want to see an eleventh one, please help keep OctoPrint going by backing foosel. OctoPi can't exist without it.

This is a major release, the main change is that we moved to Raspbian Jessie lite image, meaning the image is now a third of its original size. However it also means that there is no desktop option shipped directly within OctoPi anymore. If you really need a desktop environment on your OctoPi instance (note that you do not need a desktop for regular operations!), you can however install it yourself using the bundled installer script: sudo ~pi/scripts/install-desktop. The new base image also brings support for the RaspberyPi 3.

There is also a major change to the build system, we now use fdisk and other tools to control the image size. If you get build problems using this there is a new Vagrant build option, which is documented in the README file.

Changes:

OctoPi - OctoPi 0.12.0

Published by guysoft about 9 years ago

Ninth release of OctoPi
This is a major relesae, with a lot of updates both to OctoPrint which plugins system has become much more mature, with some plugins bundled by default. Also CuraEngine is now shipped with OctoPi, which means you can slice from your RaspberyPi (preferably RaspberyPi 2).

Another major internal change is how OctoPi is built, we have now added a variant build support, this means you can build a variant of OctoPi which would have a different software, configuration, or different purpose altogether! Thanks @mrbeam for starting this!

Changes:

  • Update Raspbian to version 2015-05-5. Note there was a change in network configuration! Release notes here.
  • OctoPrint 1.2.1 ! Changelog. The version includes a pluging manager and auto-update support (fixes #4 )
  • Shipping now CuraEngine! #18
  • Newer OctoPiPanel
  • Add log for mjpeg-streamer #96
OctoPi - OctoPi 0.11.0

Published by guysoft over 9 years ago

Eighth release of OctoPi
This release is main update is support of Raspberrypi version 2. There are also a few big bugs fixed, among them mjpg-streamer that broke after firmware upgrades for some users and https which caused problems with chrome.
Thanks everyone for testing using our new nightly builds, we would not have spotted bug #67 without your help!

Changes:

  • Update Raspbian to version 2015-01-31. Support for Pi2! Release notes here.
  • OctoPrint 1.1.1 still Changelog
  • Newer OctoPiPanel
  • Fixed mjpeg-streamer for Pi2 #67
  • Fix HTTPs HAProxy bug #50
  • Upgraded HAProxy to version 1.5.8
  • Remove oracle-java8-jdk package sonic-pi and minecraft-pi. fixes #49, free up a few hundred MB of space

Release Note:
Raspbian naming convention changed from YYY-MM-DD-wheezy-raspbian.zip to YYYY-MM-DD-raspbian.zip and so has OctoPi's naming to YYYY-MM-DD-octopi-<VERSION>.zip

On a personal note, this is the first OctoPi release I am releasing when I actually have a printer.

OctoPi - OctoPi 0.10.0

Published by guysoft almost 10 years ago

Seventh release of OctoPi
This is one of the bigger releases, first time we have such a wide collaboration between people.
The big change is support for LCD touchscreens, namely adafruit-pitft and Watterott's rpi-display. For them we now ship the new OctoPiPanel graphical interface. Setup scripts are at /home/pi/scripts. Documentation help would be appreciated.

Also there are two mirrors now, for people complaining on the bandwidth (thanks mariogrip for the second one)

Changes:

OctoPi - OctoPi 0.8.0

Published by guysoft over 10 years ago

This release reason is to address the issue in reported in OctoPrint foosel/OctoPrint#315
Also this release has a new New Mirror!

Changes:

  • Fix Raspberry Pi camera issue foosel/OctoPrint#315
  • Update Raspbian to version 2014-01-07
  • Updated version of OctoPrint out of the box
  • Updated version of mjpg-streamer
OctoPi - OctoPi 0.9.0

Published by guysoft over 10 years ago

Sixth release of OctoPi.

Changes:

  • Update Raspbian to version 2014-06-20, should work with the new Raspberry Pi compute module
  • Updated version of OctoPrint out of the box
  • Updated version of pyserial
  • Real init script for OctoPrint service (thanks Gina)

Note about build process:

  • Images are now taken from the "images" folder. Build automatically takes the latest image in that folder
OctoPi - OctoPi 0.7.5

Published by guysoft almost 11 years ago

Fourth release of OctoPi.
This is the first minor version release.

In a minor version there are no updates to the OctoPi scripts, only to the versions of other software.

Changes:

  • Update Raspbian to version 2013-09-25
OctoPi - OctoPi 0.7

Published by guysoft about 11 years ago

Third release of OctoPi.

New Features:

  • Support for non-standard baud rates for serial ports.
  • Gina's fix for the header for better login.
  • Upgrade to latest Octoprint (including the bugfix causing timelapses to fail)
  • Upgrade to latest Raspbian

Share and enjoy.

OctoPi - OctoPi 0.6

Published by guysoft about 11 years ago

Second release of OctoPi.

Features:

  • Support for both Raspberry Pi camra and webcam. Depending on which you plug to the Pi (Thanks to Gina)
  • New version of OctoPrint with ACL
  • OctoPrint now runs on HTTPS using HAProxy, allowing secure connection to your printer over the internet.
  • Removed Scratch from raspbian to make space for new features
OctoPi - OctoPi 0.5

Published by guysoft about 11 years ago

Initial release of OctoPi

Features:

*OctoPrint running on port 80 and 5000
*mjpg-streamer for creating timelapse videos of prints