Teacup Reprap Firmware

Introduction

Teacup Reprap Firmware (originally named FiveD on Arduino) is a firmware package for numerous reprap electronics sets.

Please see README for a full introduction and long-winded waffle about this project

Installation

Step 1: Download

 git clone git://github.com/triffid/Teacup_Firmware 

Step 2: configure

 cp config.[yourboardhere].h config.h 

Edit config.h to suit your machone Edit Makefile to select the correct chip and programming settings

Step 3: Compile

 make 
 make program 

Step 4: Test!

 ./func.sh mendel_reset
      ./func.sh mendel_talk
      M115
      ctrl+d 
 All Data Structures Files Functions Variables Defines