Difference between revisions of "3d printer"

From Fixme.ch
Jump to: navigation, search
(Photos)
Line 43: Line 43:
 
<gallery>
 
<gallery>
 
File:Ultimaker.jpg|Ultimaker 3D printer
 
File:Ultimaker.jpg|Ultimaker 3D printer
</gallery>
+
File:2012-11-04_20.39.49.jpg
<gallery>
+
[[File:2012-11-04_20.39.49.jpg]]
+
 
</gallery>
 
</gallery>

Revision as of 13:22, 8 November 2012

File:Example.jpg== Information ==

Issue to fix

Cura for printing

  • http://daid.github.com/Cura/
  • it's the only software worth it
  • Yes, you will need PyOpenGL for it to run. Displaying nice 3d images is not that trivial.
  • Recommended: Use the dev version on github: https://github.com/daid/Cura.git (12.10 when I'm writing)
  • Required packages: wxPython and PyOpenGL.
  • You can use a python virtualenv.


  • On first Cura start, you don't need to upgrade to Marlin firmware because it's already done.
  • You should run the checks, at least to check if USB connection between PC and the printer is working. For temperature check, the printer need to cool down (to ~30) before heating and check, it can take looong time.
  • Now you can use Cura to print objects.


  • Load a .stl model.
  • Change orientation, size, etc...
  • Click on the Prepare print button.
  • Software will slice the object into GCode. The more you choose a large scale object, the longer the execution time is.
  • When it done, click on Print button to open the Printing dialog.
  • Wait the software connect with the printer, Connection button will turn from clickable to readonly and Print button will turn from readonly to clickable.
  • Click the Print button.
  • KEEP YOUR EYES ON THE PRINTER THROUGHOUT THE PRINTING PROCESS!!! And clean which could interfere the printing.


Photos