Updated readme

This commit is contained in:
kliment 2011-03-13 12:49:44 +01:00
parent f538a2d590
commit 0e0087ef75

14
README
View file

@ -1,9 +1,9 @@
Tonokip RepRap firmware rewrite based off of Hydra-mmm firmware.
This is a firmware for RAMPS and other reprap single-processor electronics setups. It supports printing from SD card, active heatbed control, and ATmega internal pullups.
This work is licensed under the GNU GPL v3 or (at the user's discretion) any later version.
It is based on Tonokips's firmware, which was licensed under GPL v2 or later.
TODO:
Inactivity timer failsafe that can be enabled/disabled by using a custom Mcode.
Max Endstop support (easy).
Add support for DC Extruders.
Store internal position using steps(long int) instead of units(float).
Test thermocouple support.