Octoprint

From B-Wiki
Jump to navigation Jump to search

OctoPrint setup

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

    VM 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.5: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