OctoPi on a Raspberry Pi3

OctoPi on a Raspberry Pi3

links: OctoPi, OctoPrint,

hints: password - Vanlig(1),

back to Anycubic Kossel, CNC page.

History

2021-08-30: I re-created this page on my self-hosted web server.

2018-03-08: OctoPi - change hostname (from wiki):

pi@octopi:~ $ grep octopi /etc/hostname /etc/hosts
/etc/hostname:octopi-tingo
/etc/hosts:127.0.1.1 octopi-tingo

then reboot the octopi Pi3.

2018-03-08: OctoPi - test - connected my web browser to http://octopi.local and did setup. It worked. I need to set up correct parameters for slicing profile and printer profile.

2018-03-08: OctoPi - test - booted the Pi3 with the OctoPi card in

[tingo@localhost ~]$ avahi-resolve -n octopi.local
octopi.local 10.13.37.155

login

[tingo@localhost ~]$ ssh pi@octopi.local
The authenticity of host 'octopi.local (10.13.37.155)' can't be established.
ECDSA key fingerprint is SHA256:iY7eKArmIWn91l0Xb2D5J8GRKhB+7E5SNVcOqEG4l3Q.
ECDSA key fingerprint is MD5:8f:df:cd:99:46:e6:ab:3f:b8:64:5b:6a:8f:94:6b:84.
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'octopi.local,10.13.37.155' (ECDSA) to the list of known hosts.
pi@octopi.local's password: 

The programs included with the Debian GNU/Linux system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.

SSH is enabled and the default password for the 'pi' user has not been changed.
This is a security risk - please login as the 'pi' user and type 'passwd' to set a new password.


------------------------------------------------------------------------------
Access OctoPrint from a web browser on your network by navigating to any of:

    http://octopi.local
    http://10.13.37.155
    http://fdf6:996a:d2c4::cce
    http://2001:840:4b0b:1337:b916:cec8:e33b:c8d5
    http://fdf6:996a:d2c4:0:b94f:e52d:235f:f344

https is also available, with a self-signed certificate.
------------------------------------------------------------------------------
This image comes without a desktop environment installed because it's not 
required for running OctoPrint. If you want a desktop environment you can 
install it via

    sudo /home/pi/scripts/install-desktop
------------------------------------------------------------------------------
OctoPrint version : 1.3.4
OctoPi version    : 0.14.0
------------------------------------------------------------------------------

pi@octopi:~ $ 

and I changed the password

2018-03-08: OctoPi - configured network by editing octopi-network.txt on the /boot partition of the card.

2018-03-08: downloaded OctoPi 0.14 and wrote to a 16 GB microSD card.