GregFrost Prusa Mendel structure assembled!
I finished assembling the GregFrost Prusa Mendel with increased dimensions, and to be exact 300x350x150.
I'm not sure of the height of the Z axis
Now I will start working on the heated plate, new photos soon(tm)
Two Sparkfun Can Bus test program

here a fully working program to test two Sparkfun CanBus node.
I've modded the David Haring script to work with Sparkfun Can Bus shield and added a test message.
hacks:
#define CS_PIN 10
#define INT_PIN 2
and
// TEST MESSAGE
MsgTest.id = 0x666;
MsgTest.rtr = 0;
MsgTest.ide = 0;
MsgTest.dlc = 1;
MsgTest.data[0] = 0x13;
CAN.LoadBuffer(TXB0, MsgTest);
CAN.SendBuffer(TXB0);
delay (1000);
Solidworks Bosch aluminium profile 40×40
i'm doing some practice with Weldments and this one is a Bosch 40x40 mm profile
download here the solidworks library part
My first Solidworks chopper tank
i'm learning to draw with Solidworks and i decided to do some practice doing a chopper fuel tank!
but i think i cant print it on my RepRap, i'll try to hack it in two pieces
Download Solidworks file here
Download STL file here
New milestone reached: A4988 28QFN soldered on a StepStick
Today new milestone has been reached!!
an hard to solder 28QFN package has been soldered on a RepRap StepStick A4988 stepper driver.










