QuoteThere are only two LEDs on the board, the green one is in the power supply circuit and not controlled by the processor at all. Untruthiness. Sorry, but it's not directly wired to the PS circuit, and it is controlled by the processor. I can turn it on or off by doing "something" to pin #14. It's inconsistent. I played with it some more last night after my last post. It definitely seeby azredhawk44 - Reprappers
Weird. I changed my code to: void setup() { //setup code //5 second delay in case of a wonked program... I can upload //a new sketch in that time. delay(5000); //start serial connection Serial.begin(9600); pinMode(0, OUTPUT); pinMode(1, OUTPUT); pinMode(2, OUTPUT); pinMode(3, OUTPUT); pinMode(4, OUTPUT); pinMode(5, OUTPUT); pinMode(6, OUTPUT); pinMode(7, OUTPUT)by azredhawk44 - Reprappers
I purchased a Sanguino board online the other day, and it's configured as a RepRap mobo. Has a bunch of various connectors all over it... ATX, RS485, 10-pin ribbon connectors, etc. When I turned it on for the first time, the red debug LED flashed about once a second and the green power LED was on. I thought there was something wrong with it at first but found out eventually that it was just loby azredhawk44 - Reprappers
SebastienBailard Wrote: >(Mendel is optimized > to be printed, not tablesawed. (Table sawn?)) I've got a jig saw, dremel tool and belt sander, and I've successfully made some other relatively intricate parts from wood in the past. I think I should be able to do everything but the gears (and maybe the extruder housing) using wood with little problem. I don't even need to match most of tby azredhawk44 - Reprappers
I'm trying to find the dimensions for the plastic parts to build a Mendel. For example, I have found the repository for .aoi files. I have downloaded and installed Art of Illusion and opened "frame-vertex_6off.aoi". However, I'm unable to determine dimensions of pieces, locations of holes and angles using Art of Illusion. I don't want to pay what people are charging for Mendel plastic partsby azredhawk44 - Reprappers