RepRap Setup

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen

WTF

Auf dieser Seite sind stichwortartig Infos zum Metalab Reprap Setup zusammengefasst..

This is work in progress. Add stuff!!

Tools zum erstellen von STL files

TBD

Tools zum printen von STL files

Skeinforge:

svn co https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/reprap/miscellaneous/python-beanshell-scripts

Replicatorg:

http://code.google.com/p/replicatorg/

Skeinforge Configs fuer die Maschinen

Kali und Trillian (aka Giraffe):

https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/users/metalab/skeinforge-profiles/Kali/
https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/users/metalab/replicatorg/machines-Kali.xml

Setup and run

Skeinforge

Skeinforge liest ein STL file ein und erzeigt ein gcode file fuer die Zielmaschine.

Um Skeinforge er zu verwenden wird Python mit Tkinter (python tcl/tk support) benoetigt.

Setup:

  • Kopieren/Auschecken des skeinforge profiles, z.Bsp. nach ~/.skeinforge/profiles/Kali/
  • Starten von skeinforge mit "python ./skeinforge.py" und auswaehlen des Profiles im "Profile" dialog

Ausfuehren mit ./runskeinforge.sh (unbedingt im python-beanshell-scripts directory!):

clifford@turing:~/Temp/python-beanshell-scripts$ ./runskeinforge.sh demo.stl
File demo-07101807/demo.stl is being chain exported.
The extrusion fill density ratio is 0.698
The commented file is saved as demo-07101807/demo_export_comment.gcode
The lower left corner of the skeinview window is at -22.659, -22.652
The upper right corner of the skeinview window is at 22.659, 22.666
Statistics are being generated for the file demo-07101807/demo_export.gcode
On the X axis, the extrusion starts at -23 mm and ends at 23 mm, for a width of 46 mm
On the Y axis, the extrusion starts at -23 mm and ends at 23 mm, for a depth of 46 mm
On the Z axis, the extrusion starts at 0 mm and ends at 44 mm, for a height of 43 mm
The average feedrate is 27 mm/s, (1625 mm/min).
The extruder speed is 255
The extruder was extruding 85% of the time.
The extruder was toggled 2490 times.
The extrusion width is 0.707 mm.
The following procedures have been performed on the skein:
...
The layer thickness is 0.372 mm.
The text has 69513 lines and a size of 2409.0 KB.
The total build time is 2562 s.
The total distance extruded is 58899 mm.
The total distance traveled is 69414 mm.
The volume extruded is 14 cc.

The exported file is saved as demo-07101807/demo_export.gcode
It took 430 seconds to export the file.
/home/clifford/Temp/python-beanshell-scripts/demo-07101807/demo_export.gcode

ReplicatorG

ReplicatorG liest ein g-code file ein und steuert den 3d-drucker an.

Um ReplicatorG zu auszufuehren wird eine Java Runtime benoetigt.

Setup:

  • Kopiere das machine config file (z.Bsp. machines-Kali.xml) ueber das machines.xml im ReplicatorG directory
  • ReplicatorG mit "sh replicatorg" starten und "Machine->Driver->Cupcake CNC" auswaehlen

Drucke:

  • Laptop mit dem USB port vom 3d drucker verbinden
  • ReplicatorG mit "sh replicatorg" starten
  • Mit "File->Open" das gcode file laden (OK bei frage ob ein sketchpad erstellt werden soll)
  • Build Platform, etc einrichten
  • Mit "GCode->Build" starten
  • Warten und laecheln!