Forskjell mellom versjoner av «OctoPrint»

Fra Bitraf
Hopp til navigering Hopp til søk
Linje 18: Linje 18:
 
** [http://docs.octoprint.org/en/master/configuration/config_yaml.html config.yaml]
 
** [http://docs.octoprint.org/en/master/configuration/config_yaml.html config.yaml]
  
=== Notes and tips from testing (24.11.2019) ===
+
=== OctoPrint for Prusa i3 MK3 and MK3S ===
 +
<h5> Notes and tips from testing (24.11.2019) </h5>
  
<h5>OctoPrint for Prusa i3 MK3 and MK3S</h5>
+
* <b>Hardware Setup</b>
 
 
* Hardware Setup
 
 
** Raspberry Pi Zero
 
** Raspberry Pi Zero
 
*** The Pi [https://manual.prusa3d.com/Guide/Einsy-case+with+the+RPi+preparation/840?lang=en mounts directly onto the Einsy board], though you will need to [https://manual.prusa3d.com/Guide/0.+Preparing+necessary+components/585?lang=en make some adjustments and print some parts].
 
*** The Pi [https://manual.prusa3d.com/Guide/Einsy-case+with+the+RPi+preparation/840?lang=en mounts directly onto the Einsy board], though you will need to [https://manual.prusa3d.com/Guide/0.+Preparing+necessary+components/585?lang=en make some adjustments and print some parts].
Linje 29: Linje 28:
 
*** The easiest way is to power the Pi using an external supply and connect it to the printer using a USB Type-A to Type-B cable.
 
*** The easiest way is to power the Pi using an external supply and connect it to the printer using a USB Type-A to Type-B cable.
  
* Software Setup
+
* <b>Software Setup</b>
 
** Download [https://github.com/guysoft/OctoPi OctoPi] and follow the instructions to set it up on the Raspberry Pi.
 
** Download [https://github.com/guysoft/OctoPi OctoPi] and follow the instructions to set it up on the Raspberry Pi.
 
** Once the Pi is powered up, it takes a couple minutes to boot up. Accessing the board in the browser over wifi using `http://octopi.local` is far from bullet-proof. It may work out-of-the-box. If not, check out [https://manpages.debian.org/testing/avahi-utils/index.html avahi-utils]. In general, SSH (`ssh pi@octopi.local`) seems to resolve the hostname more reliably, but a fallback if all else fails is to connect the Pi to your computer via an Ethernet cable and use SSH. Once logged in, the board will print its wifi IP address on the network, which you can then use instead of `octopi.local`.
 
** Once the Pi is powered up, it takes a couple minutes to boot up. Accessing the board in the browser over wifi using `http://octopi.local` is far from bullet-proof. It may work out-of-the-box. If not, check out [https://manpages.debian.org/testing/avahi-utils/index.html avahi-utils]. In general, SSH (`ssh pi@octopi.local`) seems to resolve the hostname more reliably, but a fallback if all else fails is to connect the Pi to your computer via an Ethernet cable and use SSH. Once logged in, the board will print its wifi IP address on the network, which you can then use instead of `octopi.local`.
Linje 36: Linje 35:
 
** Setting up a webcam or a Raspberry Pi Camera Module is straightforward. Simply connect (and reboot the Pi).
 
** Setting up a webcam or a Raspberry Pi Camera Module is straightforward. Simply connect (and reboot the Pi).
  
* Extras
+
* <b>Extras</b>
 
** You can use [https://github.com/jneilliii/OctoPrint-ipOnConnect OctoPrint-ipOnConnect] for the nice feature of showing the printer's IP address on the LCD display upon bootup.
 
** You can use [https://github.com/jneilliii/OctoPrint-ipOnConnect OctoPrint-ipOnConnect] for the nice feature of showing the printer's IP address on the LCD display upon bootup.
 
** @TODO [https://plugins.octoprint.org/plugins/slic3r/ Setting up Slic3r]
 
** @TODO [https://plugins.octoprint.org/plugins/slic3r/ Setting up Slic3r]

Revisjonen fra 24. nov. 2019 kl. 23:46

OctoPrint[1] er en måte å få 3D-printere tilgjengelig på nettverket. OctoPrint Community Forum[2] er stedet for å få hjelp.

Undersider: testing,


Kildekode

  • OctoPrint on Github[3]

Dokumentasjon

OctoPrint for Prusa i3 MK3 and MK3S

Notes and tips from testing (24.11.2019)
  • Hardware Setup
    • Raspberry Pi Zero
    • Raspberry Pi 3 or 4
      • The easiest way is to power the Pi using an external supply and connect it to the printer using a USB Type-A to Type-B cable.
  • Software Setup
    • Download OctoPi and follow the instructions to set it up on the Raspberry Pi.
    • Once the Pi is powered up, it takes a couple minutes to boot up. Accessing the board in the browser over wifi using `http://octopi.local` is far from bullet-proof. It may work out-of-the-box. If not, check out avahi-utils. In general, SSH (`ssh pi@octopi.local`) seems to resolve the hostname more reliably, but a fallback if all else fails is to connect the Pi to your computer via an Ethernet cable and use SSH. Once logged in, the board will print its wifi IP address on the network, which you can then use instead of `octopi.local`.
    • __Pi Zero Only__ There are a few extra steps related to pins and ports to make the printer available in OctoPrint.
    • For OctoPrint setup (and more), follow the instructions in this video. Here are a variety of printer profiles for reference.
    • Setting up a webcam or a Raspberry Pi Camera Module is straightforward. Simply connect (and reboot the Pi).

Relevante FAQ'er

Referanser