Octoprint: Difference between revisions

From B-Wiki
Jump to navigation Jump to search
mNo edit summary
Line 35: Line 35:
| Camera 3EYE|| [[File:Ps3-eye.jpg|thumb|100px]] || [[Configuration for the 3EYE]]
| Camera 3EYE|| [[File:Ps3-eye.jpg|thumb|100px]] || [[Configuration for the 3EYE]]
|}
|}
== Install grblControll ==
* Get QTCreator https://www.raspberrypi.org/forums/viewtopic.php?t=69163
* Get Candle https://github.com/Denvi/Candle/issues/77
* Get serial port https://github.com/dresden-elektronik/deconz-rest-plugin/commit/36a3a89ad6648f086097fa0bdb747d477dcdfeea

Revision as of 16:25, 1 May 2020

OctoPrint setup

  • Octoprint
  • Webcap Octoprint
  • Base guide: https://community.octoprint.org/t/setting-up-octoprint-on-a-raspberry-pi-running-raspbian/2337

    How to connect

    • Open ssh session
    • Create a virtual desktop using vncserver

    <syntaxhighlight lang="Bash"> pi@raspberrypi:~ $ vncserver -geometry 1920x1080 </syntaxhighlight>

    • Connect to the virtual desktop

    <syntaxhighlight lang="Bash"> Address 192.168.2.188:1 <- :1 is the desktop number </syntaxhighlight>

    • Kill the desktop when not needed

    <syntaxhighlight lang="Bash"> pi@raspberrypi:~ $ vncserver -kill :1 </syntaxhighlight>

    Hardware

    Hardware Picture Link
    Raspbery Pi
    https://www.raspberrypi.org/downloads/raspbian/
    TFT
    Configuration for the TFT
    Camera 3EYE
    Configuration for the 3EYE

    Install grblControll