Difference between revisions of "Prusa 3D Printer"

From maker-hub
Jump to navigation Jump to search
(Added the software part of setting up a 3D print.)
Line 16: Line 16:
 
[[{{#show: {{FULLPAGENAME}}|?Has icon|link=none}}|100px|left|top|{{#show: {{FULLPAGENAME}}|?Has icondesc}}]]
 
[[{{#show: {{FULLPAGENAME}}|?Has icon|link=none}}|100px|left|top|{{#show: {{FULLPAGENAME}}|?Has icondesc}}]]
 
[[{{#show: {{FULLPAGENAME}}|?Has image|link=none}}|thumb|upright=1.5|{{#show: {{FULLPAGENAME}}|?Has imagedesc}}]]
 
[[{{#show: {{FULLPAGENAME}}|?Has image|link=none}}|thumb|upright=1.5|{{#show: {{FULLPAGENAME}}|?Has imagedesc}}]]
The Prusa i3 MK3 is a 3D printer that includes a removable heatbed, filament sensor, and other unique features in order to rapidly prototype projects. The Prusa i3 MK3 comes in two different variants, single filament, and multi filament.  
+
The Prusa i3 MK3 is a 3D printer that includes a removable heatbed, filament sensor, and other unique features in order to rapidly prototype projects. The Prusa i3 MK3 comes in two different variants, single filament, and multi filament. It employs [[Prototype Lab#FDM Printing Anchor|FDM Printing]].
  
 
== Documentation ==
 
== Documentation ==

Revision as of 17:31, 2 November 2018

Prusa Icon
The Prusa i3 MK3 Printer

The Prusa i3 MK3 is a 3D printer that includes a removable heatbed, filament sensor, and other unique features in order to rapidly prototype projects. The Prusa i3 MK3 comes in two different variants, single filament, and multi filament. It employs FDM Printing.

Documentation

Training

Terminology

Nozzle/Extruder

The nozzle (or extruder) is the part of a 3D printer which deposits the molten plastic filament onto the 3D printer bed. The extruder can reach 200°-300°C, depending on the filament used, but typically stays around 215°C for regular prints.

Heatbed

The heatbed is a 9.83" x 8.3" x 8.3" plate where the filament will be "printed" on. The bed heats up to around 60°C. Heated beds typically prevent the plastic from warping by keeping it warm. Warping is a common issue that happens on 3D printers, where the plastic of the print cools at an uneven rate, leaving the print wavy and not the way you intentioned.

Feeder

The feeder is the part of the 3D printer that "feeds" the filament to the nozzle. Sometimes "feeder" and "extruder" are used synonomously, so it's important when you're teaching someone to differentiate whether or not you're talking about the nozzle extruder or the feeder extruder.

Feeders are typically composed of stepper motors, gears, and sometimes bolts and pulleys to guide the filament to the hotend.

Fan

There are usually two fans on the nozzle of a 3D printer, and they serve the purpose of cooling the plastic as soon as it comes out of the nozzle. If the plastic is super hot, we don't want it to move as soon as it is in place on the part we're making, otherwise our part will turn out warped or failed. The fans are put in place to strategically cool the plastic as soon as it comes out of the nozzle.

You are able to turn the fan speeds up and down in the slicer software (if that is a provided feature), but you can manually configure it on the printer as well.

Stepper Motor

There are two main places where you'll find stepper motors on a 3D printer. There's a motor for each axes, one for the x, y, and z. These motors receive instructions from the gcode to move the certain axes at certain points to create your print.

There is also a stepper motor in the extruder setup, pushing and pulling the filament whenever more or less is needed for the current print.

Infill

Infill has to do with a 3D print's structural integrity. It can be multiple shapes and patterns (providing different strength optimizations), different sizes, and different thicknesses. Infill ranges anywhere from 0% (hollow) to 100% (solid). It is very unlikely you'll ever want a print to be 100% infill because it takes an insane amount of filament and takes a lot of time to complete.

Most 3D prints are 20% infill since it is the most optimal choice for cost efficiency and durability.

If your concern is cost, a lesser infill density is a good way to go. If strength and mass is important, a higher density (between 30%-50%) is a good estimate. When using a higher infill, always double check to make sure it's a good idea for your part, and that you're using the right machine. Other 3D printers in the prototype lab have the option of a stronger filament than PLA or ABS, so it may be a better idea to print for strength on those rather than the Prusas.

Filament

There are many different kinds of filament you can use on the 3D printer, ranging from PLA, ABS, TPU, and Nylon. The most common of these are PLA and ABS.

PLA stands for Polylactic Acid, it is the most common desktop 3D printing filament because it is odorless and very hard to warp on its own, therefore not always a need for a heated bed.

ABS stands for Acrylonitrile Butadiene Styrene. It's one of the most commercial versions of plastic available (found in legos, packaging, and more)--it's durable, scratch resistant, and tough. Heated beds are a must with ABS filament because it is so temperature sensitive, so it warps very easily.

Sizing of Filament

There are two mainstream sizes of filament, 3.00mm and 1.75mm. The 3.00mm filament is typically used on higher end machines--printing stronger and more detailed models. Hobbyist printers lean more towards the 1.75mm filament, for marketing purposes as well as hardware purposes. The Prusa i3's use 1.75mm filament.

CAD Modeling and Thingiverse

There are two ways you can 3D print models. You can either design your own with a CAD (computer-aided design) software, or you can find something similar to what you want on websites like Thingiverse. Thingiverse has all sorts of community-contributed designs, which you can download the .stl files for, slice, and print the models.

As for modeling your own projects, there are multiple softwares you can use such as SolidWorks, AutoCAD, Autodesk Inventor, FreeCAD, and many more.

Slicing

Each 3D printer uses a slicer software, a software where you can import the model file (usually an .stl file) onto a computerized build plate, resize, change up the nozzle and bed temperatures, adjust the infill and precision, and more. The slicer software takes into consideration all your configurations, then "slices" it into a .gcode file, a set of instructions for the x, y, and z dimensions. The 3D printer can read and tell the stepper motors what to do from the set of instructions within the gcode.

The slicer software used for the Prusa i3 MK3 is called PrusaControl.

Usage

Picking a Model

Once you have a model you would like to print (which you can find on either thingiverse or model yourself), you will be using a software called PrusaControl to slice your .stl files into a .gcode file, which the printer will interpret and print your model from.

When you open PrusaControl, it looks like this:

Prusacontroldragon.png

At the top, you have your basic toolbar where you can import a file. To do this, click on "File > Import Model File", and you'll be presented with your filesystem to choose whatever model you have ready.

To the right is the settings you'll most likely be working with, such as the material, quality, infill, support, and sizing.

Settings.png

On the Prusa's, we currently only use PLA, so we'll always be keeping the Material option as Prusa PLA.

The quality of the print has to do with the size of each individual layer. The finer the quality, the longer the time is to print your model. Almost always you'll want your print to be Optimal quality (0.15mm), since about all prints turn out good with that setting. Talk to a supervisor if you feel like your print needs more definition.

Next, you'll change the infill. If you don't know how much infill you need, check out the definition of infill above or talk to the supervisor for help. This option will almost always stay at 20% infill.

Now we come to support! Support is extra material printed around your model to support tougher geometric angles that the printer can't get to on its own. It is easily torn off at the end of the print.

The Brim option is for bed adhesion. You will typically want this option, since it helps prevent the warping of the part you are printing. If you choose the brim option, you will need to watch the printer for the first 20% of the print to make sure everything adheres and starts the print correctly, otherwise you'll end up with a failed part.

Orientation.png

On the right you will see the object settings! If you click on the model you imported, these settings will highlight so you can change them. In the Position settings, you can adjust where on the printer bed you would like your print to start. Due to automatic bed leveling, the center of the printer bed is always the best place to put your model. If you are printing multiple parts, then arrange everything from the center outwards. You can click and drag your model around and see the change in the X and Y coordinates, and if you need it to be super precise, you can use the keyboard to change the values in the Position settings.

For the Rotation settings, you want to make sure that the flattest part of the model is the one that is face down on the printer bed. Prusas don't do well with odd geometry and angles (that's a job for the Formlab 2!), so make sure to keep the flat parts of your print on the printer bed.

Scale is important, it determines how large you want your print to be. If you modeled your print to specific dimensions, PrusaControl will import it with the correct dimensions, and you can skip this section. If it is too large, you can scale the model down to 70%-90% and see how that affects the size, and vice versa, changing the scale to 110%-130% if need be.

Place on bed should always be on.

When all those settings are complete, you can click "Generate" in the bottom right corner, and PrusaControl will give you a time and filament estimate for your print. If they seem reasonable, you can save the newly "sliced" .gcode file to the SD card that will go into the printer! If not, you can always go back and adjust the settings to fit your time and/or filament needs.

Once you have the gcode file on the SD card, put the SD card into the Prusa (on the left side of the orange menu), and turn the printer on. The printer will read the SD card and initialize itself, then you can start. In the menu, there is an option you want called "Print from SD Card". That will take you to a list of all the .gcode files on the SD card. Search until you find your own, and select it.

Naturally, the printer will set itself up for PLA settings, which is approximately 215°C for the extruder, and 60°C for the heated bed. This will take a few minutes. The printer will then test the bed leveling, and begin the print.

- watching the print (brim, speed, support, 30%)

- what to do if it fails (brim comes off, nozzle drags print around, etc)

- finishing a print

- loading new filament

- pausing or stopping a print

Troubleshooting

  • failed calibration
  • crash detected
  • debris on nozzle