Hi folks
Im a little frustrated with the host software, Ive got a working cartesian bot and am using a sanguino to control things. I can successfully move the three axis and all is sweet.
When I try and load an .stl file to test it out, I hit problems!
Ive created an .stl file so that I can draw a simple shape. Ive chosen a circle with one quadrant removed, 5mm diameter and .2mm thick. It was made in sketchup and exported using the ruby script. Ive loaded this into various .stl renderers and it appears fine. When I load it into the reprap host software it displays as a series of triangles (as you would expect), except that they are all ove rthe place, none of them in the correct place.
My next idea was to send G codes to the sanguino by the serial port. Is there any documentation as to how the sanguino should respond, specifially:-
1) when the sanguino is reset, it send "start" back to the host. At what point does it do this, ie immediately, when it is waiting for a command or when it has received the first command?
2) when the sanguino gets a command, it responds "ok", does it wait until the command has been executed or do it or doe sit do it as soon as teh command has been received.
What other responses does the firmware make?
Ive trawled all over the reprap site but cant find reference to them anywhere!
Help!
Phil