Go to file
Michael Moon f2b6f536d7 more work on analog system, still untested 2010-09-12 13:31:41 +10:00
.gitignore re-adding gitignore and pde 2010-08-11 09:58:56 +10:00
FiveD_on_Arduino.pde Make stuff buildable with Arduino IDE again. 2010-09-05 02:02:06 +02:00
Makefile stty ixoff enables host-side support of XON/XOFF flow control, rather than ixon 2010-09-11 23:14:13 +10:00
README wrote some stuff in README 2010-08-10 14:53:48 +10:00
analog.c more work on analog system, still untested 2010-09-12 13:31:41 +10:00
analog.h try out analog stuff, probably needs more work 2010-08-24 15:49:21 +10:00
arduino.h setting up new branch 2 2010-08-10 14:26:24 +10:00
calc.pl setting up new branch 2 2010-08-10 14:26:24 +10:00
clock.c setting up new branch 2 2010-08-10 14:26:24 +10:00
clock.h setting up new branch 2 2010-08-10 14:26:24 +10:00
copier.c setting up new branch 2 2010-08-10 14:26:24 +10:00
copier.h setting up new branch 2 2010-08-10 14:26:24 +10:00
dda.c Implement acceleration ramping. Enjoy always smooth rides! 2010-09-10 02:09:04 +02:00
dda.h Implement acceleration ramping. Enjoy always smooth rides! 2010-09-10 02:09:04 +02:00
dda_queue.c some code cleanup, added M114, wrapped M25[0..5] in ifdef DEBUG wrapper 2010-09-12 12:54:58 +10:00
dda_queue.h setting up new branch 2 2010-08-10 14:26:24 +10:00
debug.c setting up new branch 2 2010-08-10 14:26:24 +10:00
debug.h setting up new branch 2 2010-08-10 14:26:24 +10:00
func.sh stty ixoff enables host-side support of XON/XOFF flow control, rather than ixon 2010-09-11 23:14:13 +10:00
gcode.c some code cleanup, added M114, wrapped M25[0..5] in ifdef DEBUG wrapper 2010-09-12 12:54:58 +10:00
gcode.h Allow comments in parentheses. Some GCode generators 2010-09-08 16:48:06 +02:00
machine.h Implement acceleration ramping. Enjoy always smooth rides! 2010-09-10 02:09:04 +02:00
mendel.c Merge branch 'mendel-triffid' 2010-08-10 14:55:06 +10:00
mendel_cmd setting up new branch 2 2010-08-10 14:26:24 +10:00
pinout.h setting up new branch 2 2010-08-10 14:26:24 +10:00
sender.sh update shell scripts to handle lowercase OK 2010-09-11 22:44:19 +10:00
serial.c some code cleanup, added M114, wrapped M25[0..5] in ifdef DEBUG wrapper 2010-09-12 12:54:58 +10:00
serial.h Make XON/XOFF flow control compile. 2010-09-08 19:16:18 +02:00
sermsg.c setting up new branch 2 2010-08-10 14:26:24 +10:00
sermsg.h setting up new branch 2 2010-08-10 14:26:24 +10:00
sersendf.c setting up new branch 2 2010-08-10 14:26:24 +10:00
sersendf.h setting up new branch 2 2010-08-10 14:26:24 +10:00
temp.c fixed some mess from moving stuff around 2010-08-10 14:59:41 +10:00
temp.h Merge branch 'mendel-triffid' 2010-08-10 14:55:06 +10:00
timer.c some code cleanup, added M114, wrapped M25[0..5] in ifdef DEBUG wrapper 2010-09-12 12:54:58 +10:00
timer.h setting up new branch 2 2010-08-10 14:26:24 +10:00
watchdog.c setting up new branch 2 2010-08-10 14:26:24 +10:00
watchdog.h setting up new branch 2 2010-08-10 14:26:24 +10:00

README

Rewrite of Reprap Mendel firmware:

* 100% integer computations
* serial transmit buffer
* can fit onto atmega168
* fits onto atmega328p etc
* will work on larger atmegas with minor porting