Skip to content
/ OctoPi Public
forked from guysoft/OctoPi

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

Notifications You must be signed in to change notification settings

liseman/OctoPi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

OctoPi

A Raspberry Pi distribution for 3d printers. It includes the Octoprint , 3d printer out of the box, and mjpg-streamer with rapicam support for live viewing of prints and stop motion video creation.

This repository contains the source script to generate the distribution out of an existing Raspbian distro image.

Where to get it?

Official mirror is here

How to use it?

  1. unzip the image and dd it to an sd card like any other Raspberry Pi image
  2. boot the pi and connect it to a lan or wifi network, like any other Rasbpian installation.
  3. Octoprint port is 80 located at http://octopi.local.
  4. If a webcam was plugged in, MJPG-streamer is on port 8080. You can reach it at: http://octopi.local:8080/?action=stream.

Developing

Requirements

  1. qemu-arm-static
  2. Downloaded Raspbian image.
  3. root privileges for choot
  4. Bash
  5. realpath

Build OctoPi From within OctoPi / Raspbian / Debian / Ubuntu

OctoPi can be built from Debian, Ubuntu, Raspbian, or even OctoPi. Build requires about 2.5 GB of free space avilable. You can build it by issuing the following commands:

sudo apt-get install realpath qemu-user-static
git clone https://github.com/guysoft/OctoPi.git
cd OctoPi/src
wget http://files.velocix.com/c1410/images/raspbian/2013-07-26-wheezy-raspbian/2013-07-26-wheezy-raspbian.zip
sudo bash -x ./build

Usage

  1. In the src/config script set the path of ZIP_IMG to the path of your Raspbian image.
  2. Run src/build as root.
  3. The final image will be created at the src/workspace

Code contribution would be appreciated!

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published