Commit Graph

25 Commits

Author SHA1 Message Date
Markus Hitter 85b09112b9 Moved REQUIRE_LINENUMBER and REQUIRE_CHECKSUM #defines to gcode.h. 2010-07-13 16:04:32 +02:00
Michael Moon bce08901d8 time to save, added a tiny printf implementation which actually gives less code than printing everything out manually, waiting for temperature is now queueable so subsequent moves can be buffered ahead of time, and a debug flags system for dynamic enable/disable of debug. btw, atmega168 doesn't have enough space for debug so turn it off if you have one. 2010-03-17 04:11:33 +11:00
Michael Moon ee4e71da1a preliminary support for line numbers and checksums, also some handy host-side functions 2010-03-05 21:24:10 +11:00
Michael Moon 76834e6636 time to save, also changed makefile to atmega328 because I fried my 168 2010-03-04 21:19:18 +11:00
Michael Moon 33ba692f37 time to save 2010-02-17 00:09:31 +11:00
Michael Moon 7b79d2ea32 tons of small fixes, improvements etc. Clocked DDA at 25000mm/min (over 400mm/s!) 2010-02-11 15:34:06 +11:00
Michael Moon 7326e17560 misc tidying, added watchdog stuff, moved things around a bit 2010-02-10 12:56:26 +11:00
Michael Moon 65c237cff6 Moved ringbuffer stuff into serial routine for some significant space and speed savings 2010-02-08 22:20:07 +11:00
Michael Moon f8eee368c4 Lots of minor tweaks during some test runs, most notable is that tail of dda_step routing is now interruptible 2010-02-08 15:53:05 +11:00
Michael Moon 91c86beaf0 MAX6675 temperature code working, still playing with heater output, other fixes 2010-02-08 09:51:58 +11:00
Michael Moon 3fb2977ff0 First write-up of firmware copy routine- totally untested! 2010-02-06 19:50:08 +11:00
Michael Moon 1ae24e5378 altered serial subsystem to be capable of 115200 baud 2010-02-05 09:53:38 +11:00
Michael Moon 8cc6fa6937 split up dda and its queue, moved clock tick functions from main loop so I can call them from M101 while waiting for heater to reach target temperature, added thermal hysteresis setting 2010-02-04 00:30:04 +11:00
Michael Moon 5b1245e41d solved bug where speed would be seemingly random for moves beyond about 71mm, plus lots of tidying 2010-02-03 23:11:33 +11:00
Michael Moon 980f39a2c3 time to save, motors working nicely, XON/XOFF flow control implemented for *simple* dumping of gcode 2010-02-01 18:13:26 +11:00
Michael Moon 4fc004c6c2 It's alive! (cue evil cackle). still has some bugs, eg small movements with large delta F cause weirdness, queueing lots of moves end-to-end causes some to not execute but appear as complete in the queue 2010-01-31 14:52:32 +11:00
Michael Moon d302329eee time to save, made debug output (524 bytes) and global clock (50 bytes) optional 2010-01-27 09:11:46 +11:00
Michael Moon b6b2951db7 time to save, looks like the DDA is working! NOTE: endstops disabled in dda.c lines 291-296 in this revision 2010-01-24 10:08:02 +11:00
Michael Moon ef09d62c00 time to save again, tightened up gcode interpreter, added preliminary extruder pullback code 2010-01-20 10:48:40 +11:00
Michael Moon db94bf21e8 time to save again, added a system clock so we can check temperature every 250ms and run a PID loop 2010-01-17 19:50:34 +11:00
Michael Moon 90ea2910aa time to save again, looking good so far 2010-01-16 20:20:15 +11:00
Michael Moon 1e6c74096e tons of changes, implementing 4D dda 2010-01-16 15:21:04 +11:00
Michael Moon fdd08cbc3a Skeleton going up 2010-01-15 14:39:30 +11:00
Michael Moon 4ed0ef3e73 Skeleton going up 2010-01-15 14:38:56 +11:00
Michael Moon bf8d949fd1 Mendel Firmware project Initial Commit 2010-01-15 14:31:04 +11:00