Difference between revisions of "3D Printers"

From Bloominglabs
Jump to: navigation, search
(added AG150 link)
(Sending: the octoprint IP address is different since we got a new Wi-Fi router)
Line 56: Line 56:
 
# Use a 3D printer host program, like [https://ultimaker.com/en/products/cura-software Cura], [http://www.pronterface.com/ Pronterface], or [https://www.repetier.com/ Repetier], to send g-code over a USB cable to the printer. This allows direct control of the printer with a computer, but requires that you keep a computer on, running, and plugged in to the printer for the duration of the print (which can potentially be many hours).
 
# Use a 3D printer host program, like [https://ultimaker.com/en/products/cura-software Cura], [http://www.pronterface.com/ Pronterface], or [https://www.repetier.com/ Repetier], to send g-code over a USB cable to the printer. This allows direct control of the printer with a computer, but requires that you keep a computer on, running, and plugged in to the printer for the duration of the print (which can potentially be many hours).
 
# Copy the g-code to an SD card. Most of Bloominglabs's 3D printers have either an SD card or microSD card reader. You simply copying your g-code file to the card and plugging it in to the printer. This gives you little ability to control the printer while it is printing, but works very well for long prints, especially when your slicing settings are well-chosen.
 
# Copy the g-code to an SD card. Most of Bloominglabs's 3D printers have either an SD card or microSD card reader. You simply copying your g-code file to the card and plugging it in to the printer. This gives you little ability to control the printer while it is printing, but works very well for long prints, especially when your slicing settings are well-chosen.
# Use a web server. The [[Makerfarm 12-Inch Pegasus 3D Printer]] has an [[AG150]] attached to it running [http://octoprint.org/ OctoPrint]. While on the Bloominglabs WiFi, just go to http://192.168.1.162:5000. Log in with the usual username and password (ask a member if you don't know it). You will then be able to click-and-drag g-code files to upload them, and click "print" to start printing them. You can also upload 3D models in the form of a .stl file, and OctoPrint's built-in slicer (currently Slic3r) will produce g-code using some basic settings. While printing, you will be able to monitor the printer's temperature, and also watch live video from an attached webcam.
+
# Use a web server. The [[Makerfarm 12-Inch Pegasus 3D Printer]] has an [[AG150]] attached to it running [http://octoprint.org/ OctoPrint]. While on the Bloominglabs WiFi, just go to http://192.168.1.155:5000/. Log in with the usual username and password (ask a member if you don't know it). You will then be able to click-and-drag g-code files to upload them, and click "print" to start printing them. You can also upload 3D models in the form of a .stl file, and OctoPrint's built-in slicer (currently Slic3r) will produce g-code using some basic settings. While printing, you will be able to monitor the printer's temperature, and also watch live video from an attached webcam.
  
 
== Things that would be Cool to Print ==
 
== Things that would be Cool to Print ==

Revision as of 20:05, 4 October 2017

3D Printing, also known as additive manufacturing, is a means by which machines deposit and solidify material (usually some sort of plastic) in layers in order to form a solid object. A machine that does this is called a 3D printer.

Contents

Our 3D Printers

Bloominglabs has 4 3D printers. In descending order of usefulness:

- Makerfarm 12-Inch Pegasus 3D Printer

- PrintrBot Play

- PrintrBot Simple

- Reprap Prusa Mendel 3D printer

3D Printing

Getting a Model

To 3D print an object, you must first have a 3D model of it. Specifically, you want an .stl file. You can obtain this model in one of 3 ways:

Download a Model from the Internet

There are many websites where users upload 3D-printable models they have designed for others to download and print.

Duplicate an Existing Object

Real-world objects can be converted into 3D models using either photogrammetry or a 3D scanner. Note that current consumer-level scanning technology is still in its infancy, and scans often require cleaning up with external software like MeshLab.

Design a Model

You can create 3D models yourself using:

Slicing

The model needs to be divided up into many layers, and an exhaustive list of instructions for producing each layer needs to be produced. This is done with a program called a slicer. There are several good free slicing programs, including Slic3r, Cura, and KISSlicer. These slicing programs will allow you to choose the orientation of the model on the printer, and to set many variables which will affect the success, speed, cost, and quality of the print.

Settings for these variables are often into "profiles". This allows you to choose, for example, the "low-quality but fast" profile or the "incredibly slow but impressively high quality" profile.

Picking settings for a 3D printer is still very fiddly, and often requires experimentation. Here is an excellent guide suggesting which variables to change in response to various common problems with 3D prints.

The end result of slicing is g-code, a semi-standardized form of instructions for computer-controlled manufacturing machines.

Sending

The next step is to get the g-code to the printer. This can also be done in one of 3 ways:

  1. Use a 3D printer host program, like Cura, Pronterface, or Repetier, to send g-code over a USB cable to the printer. This allows direct control of the printer with a computer, but requires that you keep a computer on, running, and plugged in to the printer for the duration of the print (which can potentially be many hours).
  2. Copy the g-code to an SD card. Most of Bloominglabs's 3D printers have either an SD card or microSD card reader. You simply copying your g-code file to the card and plugging it in to the printer. This gives you little ability to control the printer while it is printing, but works very well for long prints, especially when your slicing settings are well-chosen.
  3. Use a web server. The Makerfarm 12-Inch Pegasus 3D Printer has an AG150 attached to it running OctoPrint. While on the Bloominglabs WiFi, just go to http://192.168.1.155:5000/. Log in with the usual username and password (ask a member if you don't know it). You will then be able to click-and-drag g-code files to upload them, and click "print" to start printing them. You can also upload 3D models in the form of a .stl file, and OctoPrint's built-in slicer (currently Slic3r) will produce g-code using some basic settings. While printing, you will be able to monitor the printer's temperature, and also watch live video from an attached webcam.

Things that would be Cool to Print

This is a user-maintained list with no specific criteria. Feel free to add anything you think of to this list, and also to print things from this list (and take pictures!).

Personal tools