Thanks Thanks:  0
Likes Likes:  1
Dislikes Dislikes:  0
Results 1 to 7 of 7
  1. #1
    Administrator bolsoncerrado's Avatar
    Join Date
    Nov 2014
    Posts
    3,332
    Post Thanks / Like

    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)



  2. #2
    Expert 3D Printer
    Join Date
    Dec 2014
    Posts
    305
    Post Thanks / Like
    Does it work well already on mobile browsers?

  3. #3
    Administrator bolsoncerrado's Avatar
    Join Date
    Nov 2014
    Posts
    3,332
    Post Thanks / Like
    yes it does!

    check it out here

    rapidecam.ddns.net:8080/

  4. Likes Joao liked this post
  5. #4
    Expert 3D Printer
    Join Date
    Dec 2014
    Location
    Near Paris - France
    Posts
    204
    Post Thanks / Like
    Thanks for the info Bolson
    I will try to make the update tomorow
    Last edited by SAO; 06-24-2015 at 11:58 PM.

  6. #5
    Expert 3D Printer
    Join Date
    Dec 2014
    Location
    Near Paris - France
    Posts
    204
    Post Thanks / Like
    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:

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




    For OctoPi < 0.9.0:


    1. cd ~/OctoPrint
    2. git pull
    3. find . -iname '*.pyc' -print0 | xargs -0 --no-run-if-empty rm
    4. ~/oprint/bin/pip install -r requirements.txt
    5. sudo reboot (This will reboot your Pi!)
    Last edited by SAO; 06-25-2015 at 12:07 PM.

  7. #6
    Expert 3D Printer
    Join Date
    Dec 2014
    Location
    Near Paris - France
    Posts
    204
    Post Thanks / Like
    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 !

  8. #7
    Expert 3D Printer
    Join Date
    Dec 2014
    Location
    Near Paris - France
    Posts
    204
    Post Thanks / Like
    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

 

 

Similar Threads

  1. OctoPrint/OctoPi Profile for Rapide Lite 200
    By Rep3D in forum Rapide Pi
    Replies: 3
    Last Post: 07-06-2015, 01:28 PM
  2. OctoPi 0.11.0 available!
    By bolsoncerrado in forum Rapide Pi
    Replies: 24
    Last Post: 03-18-2015, 11:52 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •