Sunday, November 14, 2010

Re-orienting towards Wooden Prusa Mendel

After a bit of a sabbatical from constructing to concentrate on firmware, I'm now at the point where I need my printer finished to make any more meaningful progress. In that time I have discovered the brilliantly simplified Prusa Mendel remix, which I think will be significantly faster and easier to make from wood. To that end, here's my first print for a long while, the prusa x-end-motor part:


Prusa x-end-motor

Friday, November 12, 2010

FiveD on Arduino - a call for testers

A while back I started work on an alternative firmware, FiveD_on_Arduino [forum thread][source][wiki]. It is designed to fit on an atmega168 (run your whole reprap from the extruder controller!) yet be upwards compatible with other chips (328p, 644p, 1280 so far) and extensible.

This firmware has reached the point where it needs wider testing. You'll need a system that has gnu make, avr-libc, avr-gcc and friends to compile as I have no idea how to wrangle the various IDEs into doing what I want. You'll also need avrdude, or some other way of getting the compiled firmware onto your atmega.

git clone git://github.com/triffid/FiveD_on_Arduino.git
git branch -r
git checkout release-candidate-triffid
cp config.h.dist config.h
### edit config.h and Makefile in your favourite editor ###
make
make program

If you have ideas on how to make this firmware easier to access, please post in the forum thread ("compile and load in my favourite IDE" a given- but what needs to change?). Other ideas and contributions are welcome too :)

Thanks to traumflug for his numerous contributions, jakepoz for gen3 electronics support, and numerous others who helped with suggestions and patches.