RepRapMacSoftware

From RepRap
Revision as of 19:01, 14 July 2007 by ZachSmith (talk) (version migrated from twiki)
Jump to: navigation, search

Installing the RepRap software on OS X

Java

RepRap's controlling software is written in Java, and also the Art of Illusion design package for three dimensional objects uses it, so next we need a Java environment. Luckily, Standard Java 5.0 and Java3D are included in Apple's distribution of OS X. Check for updates on Apple's website.

RxTx

RxTx is the serial communications library that we use to communicate with the RepRap machine. You will need to install it in order to run the host software.

  • [RxTx] from their website.
  • Follow the installation instructions provided.

Java3D

Java3D is the software that we use to do 3D rendering and such. 1.5 comes with the standard Mac Java 5 Install. You need to install an additional library though.

The RepRap Java programs

The host software program is the program that controls the RepRap machine itself. You simply download it and run it.

  • Download the host software from SourceForge.
  • Unzip the host software.
  • Copy the RepRap folder to your Applications directory.
  • Double click the Reprap.jar file, or run the reprap-host.sh from the command line.


Art of Illusion

  • Download Art of Illusion from their site.
  • Copy the Art of Illusion folder to your Applications directory.
  • Double click the Art of Illusion program to run it.

KiCad