Builders/Replath

From RepRap
Revision as of 19:07, 22 October 2008 by Greenarrow (talk | contribs)
Jump to: navigation, search
Replath in Linux

Introduction

  • Replath is a program that can plot various 2D file formats either directly to a RepRap or to a GCode file.
  • Replath is written completely in Python and uses the wxWidgets (wxPython) user interface in conjunction with SDL (pyGame).

Supported Formats

Import

Output

  • SNAP RepRap - Direct serial SNAP RepRap control
  • ITL File - Replath native toolpath format
  • GCode File - Standard machine toolpath language
  • SVG File - (Work in progress)


Download & Install

Currently only available from svn. I will make a nice Windows package as soon a Windows support is completely stable.

SVN Path : https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/users/stef/replath/

Linux

TODO : List Dependencies

You will need to first install the pyRepRap library.

svn checkout https://reprap.svn.sourceforge.net/svnroot/reprap/trunk/users/stef/replath/
cd replath
python setup.py build
sudo python setup.py install

Run 'Replath' in the 'Graphics' menu or run 'replath' in a terminal.

Windows

I am working on a binary package.

Screenshots

Pen fill gerber

Replath in Linux

DXF file

Replath in Windows

Isolation milling gerber

Replath Isolation Path

Future Ideas

  • Toolheads
    • Laser etching / cutting
    • Paintbrush
      • 2D (work slightly in progress)
      • 3D - Paint extruded objects
    • Syringe
      • Icing a cake
  • Interface
    • Implement in OpenGL? - Allow 3D work