-
Administrator
OctoPi 1.2.0RC available!
Major changes ahead! Starting with a plugin system!
Just check them out:
Display temperatures on navbar

or
Plugin for OctoPrint - saves filename, print time and filament usage for each print
(randy would love this one lol)
-
Does it work well already on mobile browsers?
-
Administrator
yes it does!
check it out here 
rapidecam.ddns.net:8080/
-
Post Thanks / Like - 0 Thanks, 1 Likes, 0 Dislikes
Joao liked this post
-
Thanks for the info Bolson
I will try to make the update tomorow
Last edited by SAO; 06-24-2015 at 11:58 PM.
-
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!)
Last edited by SAO; 06-25-2015 at 12:07 PM.
-
To have the temperatures on the nav bar :
new 1.2.jpg
open settings menu
plugin manager.jpg
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 !
-
to have the history :
click on "Get More"
and type "history"
you will have this :
history.jpg
Click on "install"
and wait the end of the installation
Then close the popup window install.
and restart octoprint
good luck