Skip to content
This repository has been archived by the owner on Nov 13, 2021. It is now read-only.
/ SimplyPi-old Public archive
forked from guysoft/OctoPi

SimplyPrint image for Raspberry Pi's, with the latest OctoPi.

License

Notifications You must be signed in to change notification settings

SimplyPrint/SimplyPi-old

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimplyPi - old repository! Find the latest version based on CustoPiZer here; https://github.com/SimplyPrint/SimplyPi

https://raw.githubusercontent.com/guysoft/OctoPi/devel/media/OctoPi.png

A Raspberry Pi distribution for 3D printers. It includes the SimplyPrint system and OctoPrint host software.

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

DIRECT DOWNLOAD; https://download.simplyprint.io/SimplyPi.img

Download the latest stable build via this button:

https://i.imgur.com/NvUOGfS.png

Official mirror is here

Nightly builds are available here

64bit Nightly builds are available here

We recently had to move to building location, donations for somewhere with HTTPS would be great.

How to use it?

  1. Unzip the image and install it to an sd card like any other Raspberry Pi image

  2. Configure your WiFi by editing octopi-wpa-supplicant.txt on the root of the flashed card when using it like a thumb drive

  3. Boot the Pi from the card

  4. Log into your Pi via SSH (it is located at octopi.local if your computer supports bonjour or the IP address assigned by your router), default username is "pi", default password is "raspberry". Run sudo raspi-config. Once that is open:

    1. Change the password via "Change User Password"
    2. Optionally: Change the configured timezone via "Localization Options" > "Timezone".
    3. Optionally: Change the hostname via "Network Options" > "Hostname". Your OctoPi instance will then no longer be reachable under octopi.local but rather the hostname you chose postfixed with .local, so keep that in mind.

    You can navigate in the menus using the arrow keys and Enter. To switch to selecting the buttons at the bottom use Tab.

    You do not need to expand the filesystem, current versions of OctoPi do this automatically.

OctoPrint is located at http://octopi.local and also at https://octopi.local. Since the SSL certificate is self signed (and generated upon first boot), you will get a certificate warning at the latter location, please ignore it.

To install plugins from the commandline instead of OctoPrint's built-in plugin manager, pip may be found at /home/pi/oprint/bin/pip. Thus, an example install cmd may be: /home/pi/oprint/bin/pip install <plugin-uri>

If a USB webcam or the Raspberry Pi camera is detected, MJPG-streamer will be started automatically as webcam server. OctoPrint on OctoPi ships with correctly configured stream and snapshot URLs pointing at it. If necessary, you can reach it under http://octopi.local/webcam/?action=stream and SSL respectively, or directly on its configured port 8080: http://octopi.local:8080/?action=stream.

Features

Developing

Requirements

  1. qemu-arm-static
  2. CustomPiOS
  3. Downloaded Raspbian image.
  4. root privileges for chroot
  5. Bash
  6. git
  7. sudo (the script itself calls it, running as root without sudo won't work)

Build SimplyPi From within SimplyPi / Raspbian / Debian / Ubuntu

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

sudo apt-get install gawk util-linux qemu-user-static git p7zip-full python3

git clone https://github.com/guysoft/CustomPiOS.git
git clone https://github.com/guysoft/OctoPi.git
cd OctoPi/src/image
wget -c --trust-server-names 'https://downloads.raspberrypi.org/raspios_lite_armhf_latest'
cd ..
../../CustomPiOS/src/update-custompios-paths
sudo modprobe loop
sudo bash -x ./build_dist

sudo apt-get install gawk util-linux qemu-user-static git p7zip-full python3

git clone https://github.com/SimplyPrint/SimplyPi.git
cd SimplyPi/
sudo bash simplypi_build.sh

Usage

  1. If needed, override existing config settings by creating a new file src/config.local. You can override all settings found in src/modules/octopi/config. If you need to override the path to the Raspbian image to use for building SimplyPi, override the path to be used in ZIP_IMG. By default the most recent file matching *-raspbian.zip found in src/image will be used.
  2. Run src/build_dist as root.
  3. The final image will be created at the src/workspace

Code contribution would be appreciated!

About

SimplyPrint image for Raspberry Pi's, with the latest OctoPi.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 73.7%
  • JavaScript 21.8%
  • HTML 4.5%