OctoPrint/de

From RepRap
Revision as of 15:44, 16 May 2018 by Gatherer (talk | contribs) (Material)
Jump to: navigation, search
Crystal Clear action run.png
OctoPrint/de

Release status: working

Octoprint logo.png
Description
Web interface for 3D printer
License
GNU AFFERO v3
Author
Contributors
Based-on
[[]]
Categories
CAD Models
External Link


This article is a stub, it needs addition information.

OctoPrint ist ein open source web-basierter Host für RepRap Drucker. Er bietet ein Webinterface zum Hochladen und drucken von g-code Dateien. Detaillierte Information ist unter: http://octoprint.org/ oder https://github.com/foosel/OctoPrint/wiki

Da ich einige Stunden herumspielen musste, um es beim ersten Mal zum laufen zu bringen, habe ich es ein zweites Mal aufgesetzt. Bitte beachten Sie, dass die bereitgestellten Downloadlinks für Windows-Benutzer (außer natürlich für das OctoPi-Image) gedacht sind. Mac-Benutzer müssen selbst googeln, wie Sie das Image auf Ihr RasPi bekommen, und wie Sie sich über SSH mit Ihrem RasPi verbinden. Ich muss zugeben, dass ich nicht wirklich weiß, was ich getan habe, da ich kein Experte bin, wenn es um Linux oder die Komandozeile geht, aber ich dachte, sie sind vielleicht auch keiner und erspare Ihnen ein paar Stunden durch das Lesen.


Material

Benötigt werden:

  • Raspberry Pi (oder Beaglebone Black)
  • SD-Karte (es sollte eine Schnelle sein, also Class 10)
  • Octopi Image (https://github.com/guysoft/OctoPi)
  • USB-Stromversorgung für den Raspi(5V 2A sollten ausreichen)
  • SD-Ramps + SD-Karte (oder ähnlicher Full Graphic Smart Controller, etc; meiner hat nicht ohne SD Unterstützung für RAMPS funktioniert)
  • Ethernet Kabel vom Router zum Raspberry Pi

Optional:

Setup

0. Setup der Druckerfirmware für SD-Ramps (oder welche auch immer verwendet werden soll)

0.1. Download Octopi Image (http://docstech.net/OctoPiMirror/)

0.2. Download and install Win32DiskImager (http://sourceforge.net/projects/win32diskimager/) and PuTTY (http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html)

1. Format your SD-Card to FAT32

1.1. In case your SD card was previously used in a Raspberry Pi and the size of your card seems to be reduced (mine was only 75MB instead of 32GB) follow the instruction from zekonja here: http://www.raspberrypi.org/forums/viewtopic.php?&t=4628

2. Start Win32DiskImager and select your OctoPi Image and your SD-Card. Hit write and wait (mine took about 6 minutes)

3. Put the SD-Card into your Raspberry Pi, connect you ethernet cable and power it. Wait a couple of minutes for it to boot.

4. Look into your router to know which local IP your Raspberry Pi has (my router is at 192.168.0.1 and my status-tab told me octopi is at 192.168.0.114)

5. Enter this IP into your browser, connect your printer and you are ready to go. If you want to setup for wifi you can follow the next steps.

6. To enable wifi, plug in your wifi stick, open PuTTY, enter the IP and select SSH (uses port 23). Connect and log in with username "pi" and password "raspberry".

7. I followed this guide to get my wifi working: (http://www.datenreise.de/raspberry-pi-wlan-einrichten-edimax/ it's german, but I'm sure you can translate it using one of the common online translaters but be sure to check if those translaters changed any of the codeboxes and use the ones in provided in the german description)

8. Check again if your IP changed due to wifi connection and browse to this IP (my new IP is 192.168.0.117).

9. Connect your webcam and additional stuff and have fun!

Furthermore I noticed that uploading a G-Code file to your SD-Ramps (not onto the RasPi) can take incredibly long, and it might be faster to pull your SD-Card from the SD-Ramps and save the files onto it directly on your computer.


Additional