PDA

View Full Version : OctoPi 1.2.0RC available!



bolsoncerrado
06-18-2015, 11:03 AM
Major changes ahead! Starting with a plugin system!

Just check them out:

Display temperatures on navbar

https://github.com/imrahil/OctoPrint-NavbarTemp/raw/master/navbar.png?raw=true


or

Plugin for OctoPrint - saves filename, print time and filament usage for each print
(randy would love this one lol) https://github.com/imrahil/OctoPrint-PrintHistory/raw/master/printhistory.png?raw=true (https://github.com/imrahil/OctoPrint-PrintHistory/blob/master/printhistory.png?raw=true)

Joao
06-19-2015, 05:47 PM
Does it work well already on mobile browsers?

bolsoncerrado
06-20-2015, 07:55 PM
yes it does!

check it out here ;)

rapidecam.ddns.net:8080/

SAO
06-24-2015, 11:38 PM
Thanks for the info Bolson
I will try to make the update tomorow

SAO
06-25-2015, 12:30 AM
In order to have the update :

open the LX Terminal and type (depending of the version you have) :
How can I update the OctoPrint installation on my OctoPi image?

You'll first need to ssh into your Pi or optionally connect it to an external keyboard and monitor and open a command line terminal.

When you type the 2nd line, wait few minutes, it is donwloading the update files

For OctoPi >= 0.9.0:


cd ~/OctoPrint
git pull
find . -iname '*.pyc' -print0 | xargs -0 --no-run-if-empty rm
~/oprint/bin/python setup.py install
sudo service octoprint restart




For OctoPi < 0.9.0:



cd ~/OctoPrint
git pull
find . -iname '*.pyc' -print0 | xargs -0 --no-run-if-empty rm
~/oprint/bin/pip install -r requirements.txt
sudo reboot (This will reboot your Pi!)

SAO
06-25-2015, 12:42 AM
To have the temperatures on the nav bar :
1073


open settings menu
1074
Click on "get more"
and search "navbar"

The plugin appear with an install button on the right.
Click "install"

wait the end of the installation

Restart octoprint
and it will works !

SAO
06-25-2015, 12:49 AM
to have the history :

click on "Get More"
and type "history"
you will have this :
1075

Click on "install"
and wait the end of the installation
Then close the popup window install.
and restart octoprint

good luck :)