CAM Toolchains

From RepRap
Revision as of 20:39, 18 February 2010 by TheOtherRob (talk | contribs) (GCode, Etc. Compilers)
Jump to: navigation, search
This page has been flagged as containing duplicate material that Alternative Software also attempts to cover.
These pages should be merged such that both pages do not attempt to cover the duplicate topics.
Java development

A RepRap CAM toolchain consists of all the software elements needed to create printed 3d models from CAD models to firmware.

Here we lists the various toolchain components available and provides a comparison of their features, compatible toolchain components and how to get them.

It should be noted that a comparison of CAD modeling programs is outside of the scope of this article however it should be noted that in general CAM toolchains are CAD program agnostic because they can accept standard STL models as input which almost all CAD programs can export directly or through plugins.


Firmware

Firmware Author(s) Compatible electronics Compatible software drivers dc motor extruder? stepper extruder? extruder speed control? movement speed control? thermocouples? heated build platforms? Installation instructions Download
RepRap FiveD GCode Interpreter RepRap.org Gen 3 (more?) RepRap Software  ? true true true  ?  ? installation download
MakerBot Firmware Fork MakerBot.com Gen 3 (more?) ReplicatorG true  ?  ?  ? true true installation stable/dev

RepRap Drivers

Driver Author(s) Compatible firmware(s) Manual movement? Manual extruder control? Manual stepper disable? Manual heated build platform control? Live GCode terminal? SD card upload? GCode input? Step-NC input? Integrated GCode compiler? Installation instructions User manual Download
RepRap Host Software RepRap.org RepRap FiveD GCode Interpreter true true false false false ? true false true installation manual dev
RepSnapper Kulitorum RepRap FiveD GCode Interpreter ? ? ? ? false ? true false true installation manual windows (stable)
linux (dev)


Note: some drivers such as the RepRap Host Software are listed here and under GCode compilers as they serve both purposes.

GCode, Etc. Compilers

Compiler Author(s) Compatible driver(s) Compatible firmware features STL input? Multiple STL input? Step-NC input? RFO input? GCode output? Step-NC output? RFO output? Compilation Speed Installation instructions User manual Download
RepRap Host Software RepRap.org RepRap FiveD GCode Interpreter ? true ? false false true false ?  ? installation manual dev
RepSnapper Kulitorum RepRap FiveD GCode Interpreter ? true true false true true false true fast installation manual windows (stable)
linux (dev)