those parts look good. there were a couple mistakes though. the 10nF capacitor was a 1KV rated capacitor. we only need about 25 max. i found a 100v one that will work. the one you specified was overkill and also probably wouldnt fit the footprint. i know because i made the same mistake =) the sockets you found were milled ones... they will work, but the swiped ones are much easier to inserby ZachHoeken - Controllers
yeah, its definitely do-able. there are a ton of things that need to be done in the host software, the problem is that most of the team is focused on getting the actual printing perfected. not to mention most of us have jobs and work on RepRap in our spare time. anyone want to pay me to work on RepRap full time? i'll fix all the java host bugs =)by ZachHoeken - RepRap Host
not yet. its one of the things that needs to be changed. basically, it looks for a file like ~/.reprap/reprap.properties which would be a global config file.by ZachHoeken - RepRap Host
awesome! i work at vimeo. fun to see a link to it not posted by me =)by ZachHoeken - General
or if you're using the Arduino electronics, insert the stepper motor plug backwards. works just the same.by ZachHoeken - RepRap Host
i'm not 100% sure, but i think the 'power' setting in the exerciser controls it. i'm not sure which setting in the prefs controls it, but that should get you going in the right direction.by ZachHoeken - RepRap Host
yeah, it uses eagle. the program is totally free if you just want to view schematics (or make 3"x4.5" boards.)by ZachHoeken - Controllers
i could see how that would be useful, if you wanted to program multiple chips if you were selling a kit, or something of that nature. day to day, it doesnt make much sense, especially since arduinos are self-programming =)by ZachHoeken - Controllers
if you have the Arduino electronics, the connector will fit in backwards, no big deal. it's a keyed connector, but not as strong as to prevent you from putting it in backwards. reversing it simply reverses the direction of rotation. if you have the PIC electronics, it should have told you to wire it up specially.by ZachHoeken - Mechanics
Willow Schlanger Wrote: ------------------------------------------------------- > If you use the G Code firmware then you just use > the Arduino/GCode_Interpreter directory and ignore > all the PIC stuff, correct??? we have 2 things: 1. a firmware for the Arduino that interprets GCode commands and executes them on the steppers, etc. 2. a branch of the host software that takes a 3D fby ZachHoeken - RepRap Host
Hey Willow, The Arduino's are drop-in compatible (all of them!). We have a firmware for the Arduino that emluates the current PIC system 100%, including pausing problems. A group of people on the forums have created a GCode Interpreter firmware for the Arduino that uses GCode to send commands. with that, you can drastically reduce segment pausing. I have that working with the RepRap host soby ZachHoeken - Controllers
also, there is a parts list at that is setup to handle multiple suppliers. from there its easy to find the various suppliers for parts and how much they charge for each part.by ZachHoeken - Reprappers
i wouldnt be too sure about that r2k. your average stepper motor suitable for a RepRap machine costs up to $30. the one we spec'ed out from Keling is $25. a commercial stepper driver will set you back at least $60, but more like $100. hell, even the stepper driver we provide still costs at least $30 in parts. its much easier to standardize on a controller, then find motors that are suited foby ZachHoeken - Controllers
Hey Erik, Right now we're trying to transition to dedicated server someone donated to us. Unfortunately nobody really has the time to manage that sort of thing (we're all too busy working on our machines, heh.) If you're interested in helping us migrate our stuff to the new server, it would be very easy for you to setup your rsync stuff from there. if this is interesting to you, please let meby ZachHoeken - General
thats a great idea! i added the DNS record. good luck with this, and i hope you come up with something cool. if you want to use subversion to store your code we have trunk/reprap/web setup for some of the other websites (like the part lister.) good luck, and keep us posted =)by ZachHoeken - Reprappers
yeah, originally the 1.0 used 5V from the power supply. adrian made me add the regulator. he's got crazy plans to take over the world and that includes running all the electronics off one 12V power supply. think car battery or solar. the component is only like $0.10 and does add some nifty features like triffid pointed out.by ZachHoeken - Controllers
redskinsjbs Wrote: ------------------------------------------------------- > As most of you know, Chris Meagan has created > another GUI to control the printers using Gcode. > My > question is: How to you get the host to print out > Gcode so that you can import it into Chris's GUI? yo, currently i've done the gcode stuff in a branch of the host software. its located in my subveby ZachHoeken - RepRap Host
hmm... its definitely some sort of firmware issue. the electronics are essentially blind to what type of system they're driving. to them its just steppers, switches, heaters, and sensors.by ZachHoeken - Controllers
i second what forrest says. use arduino. although, technically we dont really recommend a JDM programmer anymore. there are pages on it in the wiki, but they should be updated.by ZachHoeken - General
not that i know of, but i encourage you to explore it if you're interested.by ZachHoeken - Mechanics
good news! i added this update to the subversion copy. i'll be making a new arduino firmware release soon which will include it. thanks for the hard work. ps. if you want subversion access, just PM me your sourceforge ID and i'll add you.by ZachHoeken - RepRap Host
the board isnt a part of any sort of 'recommended' reprap electronics right now. i was looking into thermocouples, found a simple circuit, and made a board so that people can easily start building and researching reprap machines using thermocouples. nobody is limiting anyone here. before, no thermocouples were supported, and today you can easily use a type K thermocouple. type K is the most cby ZachHoeken - Controllers
hey erik, if you want, we can give you access to the builders blog where you can post a snippet of your blog entry, and link to the main on on your site. PM me your google account if you want in.by ZachHoeken - Reprappers
dude, awesome! i'll try this out when i get home.by ZachHoeken - RepRap Host
nition: this is actually really easy, but we just havent implemented it with the arduino (yet). the arduino is capable of driving all 3 steppers to draw a direct line. please look through our arduino code for how we do this (look at the GCode_Interpreter code) Its very simple: we calculate the deltas, then set all counters to an initial value. we then add all the deltas to the counter, andby ZachHoeken - RepRap Host
sorry guys. Pin closest to board edge is +5v, middle is signal, farthest is GND. I updated the wiki as well.by ZachHoeken - Controllers
it also lends itself to cool things such as a RepRap print queue, etc.by ZachHoeken - RepRap Host
nice! i'll test it and try to integrate it with the subversion GCode stuff. great work. this should definitely go into v1.3 of the arduino firmware (which will be released soon.)by ZachHoeken - RepRap Host