Difference between revisions of "Prusai3"

From Technologia Incognita
Jump to: navigation, search
Line 13: Line 13:
 
Our 3d printer based on the [http://noiserep.blogspot.nl/2012/10/the-prusa-i3.html Prusa i3] design.  
 
Our 3d printer based on the [http://noiserep.blogspot.nl/2012/10/the-prusa-i3.html Prusa i3] design.  
  
=== Specifications ===
+
= Specifications =
* Maximum print sizes: 170mm, 170mm, "a lot" (x,y,z). However the printing will suffer from "warping" much before those limits are reached.  
+
* Maximum print sizes: (x,y,z) - 170mm, 170mm, "a lot"
* Minimal print resolution: ?, ?, ? (x, y z).  
+
**note the printed object will suffer from "warping" much before those limits are reached.  
 +
* Minimal print resolution: (x, y z) - ?, ?, 0.2mm
 
* Extruder nozzle size: 0.35mm
 
* Extruder nozzle size: 0.35mm
* It can print overhangs of <45degrees without scaffolding.
+
* It can print overhangs of less than 45degrees without scaffolding.
  
=== Printing supplies ===
+
= Printing supplies =
 
* 3mm PLA (hard and britle, doesn't warp much, biodigradable)
 
* 3mm PLA (hard and britle, doesn't warp much, biodigradable)
 
* 3mm ABS (soft and tough - LEGO like plastic, warps much more the PLA)
 
* 3mm ABS (soft and tough - LEGO like plastic, warps much more the PLA)
  
=== Printer settings ===
+
= Settings =
 
Settings for the printer depend on the kind of filament.
 
Settings for the printer depend on the kind of filament.
  
==== PLA ====
+
== PLA ==
 
* Bed temperature: 60
 
* Bed temperature: 60
 
* Extruder temperature: 185
 
* Extruder temperature: 185
  
==== ABS ====
+
=== Pink PLA ===
 +
For the pink PLA we print at 190 (195 for first layers). Bed at 65
 +
 
 +
== ABS ==
 
* Bed temperature: 110 (but it seems the bed doesn't seem to reach that at the moment)
 
* Bed temperature: 110 (but it seems the bed doesn't seem to reach that at the moment)
 
* Extrude temperature: 215
 
* Extrude temperature: 215
  
=== Toolchain ===
+
= 3D Printing Process =
# Make or download 3d objects in STL format.
+
The process is this
# The slicer software ([http://slic3r.org Slic3r]) will generate the actual printer commands (G-code). This .gcode file is loaded into the next stage. Sometimes the slicer complains (even if blender finds no problems with the model). To fix it use the following magic webservice: curl --data-binary @orig.stl stlfix.jit.su -o fixed.stl (this is an interface to cloud.netfabb.com )
+
 
# Load the .gcode file into the printer software and print.
+
* create STL file
 +
* slice STL file, export to gcode
 +
* print gcode
 +
 
 +
== STL file ==
 +
 
 +
Many popular CAD/3D programs can output STL. here's some we use
 +
 
 +
* Blender
 +
* OpenSCAD
 +
 
 +
And you can get ready made 3D objects from
 +
 
 +
* [http://www.thingiverse.com/ Thingiverse]
 +
 
 +
== Slicing the STL ==
 +
We use the slicer software called [http://slic3r.org Slic3r] - it will generate the actual printer commands (G-code).<br>
 +
 
 +
Sometimes slic3r complains (even if blender finds no problems with the model). To fix it use the following magic webservice (this is an interface to cloud.netfabb.com ) :
 +
 
 +
curl --data-binary @orig.stl stlfix.jit.su -o fixed.stl  
 +
 
 +
The gcode produced by our slic3r configuration will automatically 'home' the printer before it prints, and once its finished printing it will move the nozzle to X0, turn the hotend temperature down to 160 and turn off the motors.
 +
 
 +
== Printing the STL ==
 +
 
 +
We use [https://github.com/kliment/Printrun Pronterface] to print.
 +
 
 +
* Load the program
 +
* Hit 'connect' to connect to the printer
 +
* Load the gcode file
 +
* hit print and it should do its work. it can take upto 5mins before the printer actually starts printing.
 +
 
 +
= Maintaining the printer =
 +
 
 +
* Make sure the hotend nozzle is free from plastic before it starts printing. Grab a pair of tweezers and pull any pieces of PLA/ABS away from the nozzle
 +
* if the printer becomes unrepsonsive the following usually fixes it
 +
** turn off the printer
 +
** unplug the USB cable to the printer
 +
* if the printer breaks or isnt printing correctly notify the maintainers. do not try to fix it. this is not because you dont have the ability to, but because the maintainers have a 'history of care' and want to identify recurring issues and hopefully fix them.
 +
* the following are known issues
 +
** Z axis on RHS slips sometimes
 +
** metal rods need replacing with hardened versions
 +
** z axis threaded rods need replacing with hardened versions
 +
 
 +
= Future work =
 +
 
 +
* new extruder using lightweight single stepper
 +
* replace rods
 +
* investigate why Y axis is no 90deg to X.

Revision as of 13:36, 2 May 2013

TechInc Inventory
Nathan prusa.jpg
Description 3d Printer
Make RepRap
Model i3
Manufacturer Link http://reprap.org/wiki/Prusa i3
Category Other
Operational Status Working
Super Users User:amx109, User:Nathan7
Received at
Acquisition Details We Built It
Owner TechInc

Our 3d printer based on the Prusa i3 design.

Specifications

  • Maximum print sizes: (x,y,z) - 170mm, 170mm, "a lot"
    • note the printed object will suffer from "warping" much before those limits are reached.
  • Minimal print resolution: (x, y z) - ?, ?, 0.2mm
  • Extruder nozzle size: 0.35mm
  • It can print overhangs of less than 45degrees without scaffolding.

Printing supplies

  • 3mm PLA (hard and britle, doesn't warp much, biodigradable)
  • 3mm ABS (soft and tough - LEGO like plastic, warps much more the PLA)

Settings

Settings for the printer depend on the kind of filament.

PLA

  • Bed temperature: 60
  • Extruder temperature: 185

Pink PLA

For the pink PLA we print at 190 (195 for first layers). Bed at 65

ABS

  • Bed temperature: 110 (but it seems the bed doesn't seem to reach that at the moment)
  • Extrude temperature: 215

3D Printing Process

The process is this

  • create STL file
  • slice STL file, export to gcode
  • print gcode

STL file

Many popular CAD/3D programs can output STL. here's some we use

  • Blender
  • OpenSCAD

And you can get ready made 3D objects from

Slicing the STL

We use the slicer software called Slic3r - it will generate the actual printer commands (G-code).

Sometimes slic3r complains (even if blender finds no problems with the model). To fix it use the following magic webservice (this is an interface to cloud.netfabb.com ) :

curl --data-binary @orig.stl stlfix.jit.su -o fixed.stl 

The gcode produced by our slic3r configuration will automatically 'home' the printer before it prints, and once its finished printing it will move the nozzle to X0, turn the hotend temperature down to 160 and turn off the motors.

Printing the STL

We use Pronterface to print.

  • Load the program
  • Hit 'connect' to connect to the printer
  • Load the gcode file
  • hit print and it should do its work. it can take upto 5mins before the printer actually starts printing.

Maintaining the printer

  • Make sure the hotend nozzle is free from plastic before it starts printing. Grab a pair of tweezers and pull any pieces of PLA/ABS away from the nozzle
  • if the printer becomes unrepsonsive the following usually fixes it
    • turn off the printer
    • unplug the USB cable to the printer
  • if the printer breaks or isnt printing correctly notify the maintainers. do not try to fix it. this is not because you dont have the ability to, but because the maintainers have a 'history of care' and want to identify recurring issues and hopefully fix them.
  • the following are known issues
    • Z axis on RHS slips sometimes
    • metal rods need replacing with hardened versions
    • z axis threaded rods need replacing with hardened versions

Future work

  • new extruder using lightweight single stepper
  • replace rods
  • investigate why Y axis is no 90deg to X.