I want to control my Mini with a Raspberry Pi, but I am not sure what model and accessories to get

I want to control my Mini with a Raspberry Pi, but I am not sure what model and accessories to get. I want to be able to control my Lulzbot Mini, ideally via Wifi. Would a kit like this be all I need?

http://www.amazon.com/CanaKit-Raspberry-Complete-Starter-Kit/dp/B01C6Q2GSY/ref=sr_1_6?ie=UTF8&qid=1459302227&sr=8-6&keywords=raspberry+pi+kit+wifi

Or is that too little/too many accessories? What is the bare minimum I need? Any kit you guys recommend? Thanks! :slight_smile:

The kit will work, but might be a bit overkill for running OctoPi.

The latest nightly of Octopi seems to work with the Raspberry Pi 3 which has built in WiFi. Get the nightly from this page.

Here’s the barebones Raspberry Pi 3:
http://www.amazon.com/CanaKit-Raspberry-Micro-Supply-Listed/dp/B01C6FFNY4/ref=sr_1_2?s=pc&ie=UTF8&qid=1459302477&sr=1-2-spons&keywords=raspberry+pi+3&psc=1

Get a SD card (this one is overkill, but only $3 more than the 16GB):
http://www.amazon.com/Samsung-Class-Adapter-MB-MP16DA-AM/dp/B00IVPU7KE/ref=pd_sim_147_44?ie=UTF8&dpID=41ex7ftXP5L&dpSrc=sims&preST=AC_UL160_SR160%2C160&refRID=103SZ7V2NDZ22HY8SRSA

And if you want a webcam for monitoring:
http://www.amazon.com/Consumer-Electronic-C270-Widescreen-Recording/dp/B00ENF8MP8/ref=sr_1_2?s=electronics&ie=UTF8&qid=1459302585&sr=1-2&keywords=logitech+c270

Thank you so much! Just ordered all three. :slight_smile:

This link doesn’t work for me. Is this where I get the latest build? http://octoprint.org/download/

No… you’ll want the “nightly” build which is v.0.13. Its the only version that works with the RPi3.

Try this page.

Thanks!

So I went back to look through the Octoprint Raspberry Pi 3 thread…

The good news is the nightly works. The bad news is you won’t have a GUI desktop. So… you may need to know some linux to set custom settings. If you own a Mac, you’ll be able to mount the SD and get to some of the configuration files. Static IP comes to mind.

If you get stuck, come back here… I’ll try to help. I’ve got RPi 3 in a box on my desk. Since my current RPi is fine, I’m not in a hurry to update.

Mine isn’t a Pi3, but the process should be about the same. You write the image to the SD card, I usually use “dd” on a Mac. A few CLI commands is all, but be warned that “dd” is also known as “Disk Destroyer”, be absolutely sure you specify the right disk. On Mac, everything it knows how to read is auto-mounted, and you can’t dd a mounted disk, you also can’t unmount the system drive, so you shouldn’t have too much trouble.

Then pop the SD into the Pi and power it on. For the IP I just assigned it a static lease in the router, then rebooted the Pi so it would pick up the changes. I didn’t need any other settings that aren’t available in the web interface.

Not to hijack this thread, but…

A question for those of you using Pi/Octoprint: What do you use when you need “local” control, standing at the printer – for example, when purging/loading/priming filament? Do you carry a phone/tablet with you to the printer, or what?

I use Chrome browser on my phone.

I printed a bracket that hinges on the front upper frame of the Mini and set a small Dell Venue 8" tablet on it when I’m around the printer.

Is there a guide somewhere for setting this all up? I don’t know anything about this sort of stuff haha.

I did not follow any guides, just a familiarity with RPi’s. (been using them for media/file servers, emulators, etc since the original). I also did not screw around with any nightly releases etc. Stability is worth more than features…
Also I would not bother with an RPi_3, for my own various reasons.

Here’s some links, I can’t vouge for their usefulness apart from the official doc’s.

Getting started with OctoPrint on the Raspberry Pi 2
https://www.youtube.com/watch?v=MwsxO3ksxm4

Newbies guide to Installing and configuring Octoprint on a Raspberry pi
http://www.instructables.com/id/Newbies-guide-to-Installing-configuring-Octoprint-/

OctoPrint’s documentation! — OctoPrint 1.2.8+0.gdedadbc.dirty documentation
docs.octoprint.org/en/master/


-egus

My printer is in my office, so I have a PC there. I also use my phone over wifi and/or VPN with Chrome. There are some options for local touchscreens like the tablet mount posted already. There’s also a touchscreen that connects to the pi directly and presents a local UI. I was going to try that, but found my phone did the job.

Are you using a Mac? If so, there’s an app called Pi Baker which is GUI driven. Afpytter loading the image, put the SD card into the RPi and connect the RPi to the printer’s USB. Connect the USB camera to the RPi. Plug in the microUSB into the RPi for power.

If all goes well, you should be able to type http://octopi.local into your browser and connect to the RPi running Octoprint. It should prompt you for a new admin username and password.

You’ll need to get into the settings menu, and setup a printer under Printer Profiles. Add a new profile and input the dimensions of the Mini’s print bed. Save, and put click the Star.

Exit out of the settings menu, and click Connect. Upload a g-code, preheat the bed and extruder. When the temps are reached, click Print. Once you get the hang of it, set the print to wait for the extruder temp to stabilize for a bit more automation.

Post back here with questions.

Thanks, I’ll give that a try when it arrives! I am not using a Mac, is there a Windows equivalent for Pi Baker?

Try this tutorial. Looks like they recommend a utility called Win32DiskImager.

So I’ve tried my best at setting this all up, but I think I am stuck. I essentially followed this guide: http://www.instructables.com/id/Newbies-guide-to-Installing-configuring-Octoprint-/

Everything went okay (I struggled on some parts but got through it) up until this step: http://www.instructables.com/id/Newbies-guide-to-Installing-configuring-Octoprint-/step5/Install-and-setup-VNC-for-remote-Desktop/ I can’t get VNC viewer to work.

When trying to run the VNC viewer, I get this error:


Not really sure what to do at this point, this is already way over my head haha. I think I am close. Any help would be appreciated, thanks! :slight_smile:

Edit: I assigned a static IP to my Pi and went to it on my browser so I am now using Octoprint. Not sure if this is skipping an important step or not. My first print has started and everything looks good, thanks guys!

I guess my only question left is: How do I access octoprint when not on my network? Ex: If I want to check on my print while I’m at work.

If you do not enable the Graphical(aka - desktop) mode you will not be able to log into it(desktop mode) with VNC viwer. :slight_smile: