reprap: Progress
authorMichel Pollet <buserror@gmail.com>
Wed, 11 Apr 2012 21:03:02 +0000 (22:03 +0100)
committerMichel Pollet <buserror@gmail.com>
Wed, 11 Apr 2012 21:03:02 +0000 (22:03 +0100)
commit72c8f45a0134a81fd86c1ff4f163ce1cef213427
tree4413ebd7ae7201e17ac623290f293ac98454de83
parent7cad6f9b651144cbb3a5c1bd75cbf2ae75cf513d
reprap: Progress

Now the reprap board has fake stepper motors that know their position,
with endstops (they work with Marlin) also there is a way to use
arduidiot pins numbers and remap them to AVR pins..

There is a prototype "heatpot" part that will be used to collect
source and drain of heat and calculafe a temperature.

Also added mongoose embedable web server. The current plan is to
use WebGL to render the graphics of the 3D printer... altho it's
not entirely sure as yet.

Signed-off-by: Michel Pollet <buserror@gmail.com>
13 files changed:
examples/board_reprap/Makefile
examples/board_reprap/reprap.c [deleted file]
examples/board_reprap/src/heatpot.c [new file with mode: 0644]
examples/board_reprap/src/heatpot.h [new file with mode: 0644]
examples/board_reprap/src/reprap.c [new file with mode: 0644]
examples/board_reprap/src/stepper.c [new file with mode: 0644]
examples/board_reprap/src/stepper.h [new file with mode: 0644]
examples/board_reprap/src/thermistor.c [new file with mode: 0644]
examples/board_reprap/src/thermistor.h [new file with mode: 0644]
examples/board_reprap/thermistor.c [deleted file]
examples/board_reprap/thermistor.h [deleted file]
examples/shared/mongoose.c [new file with mode: 0644]
examples/shared/mongoose.h [new file with mode: 0644]