<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Reprap Forums</title>
        <description></description>
        <link>http://dev.forums.reprap.org/index.php</link>
        <lastBuildDate>Sat, 07 Nov 2009 05:51:31 -0800</lastBuildDate>
        <generator>Phorum 5.2.11</generator>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,29749,29749#msg-29749</guid>
            <title>[firmware] What is the difference between ISR and SIGNAL? (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?12,29749,29749#msg-29749</link>
            <description><![CDATA[ I'm trying to get the 5D firmware working on my Arduino Duemilanova w/ATMega328.  After I changed most the obvious things I uploaded it and ran it.  When I watched it with a serial monitor I observed that it repeatedly reset itself, crashing during startup.  I narrowed this down to the line that starts up the timer interrupt.<br />
<br />
I compared the code in the 5D firmware to this tutorial:  [<a href="http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=50106" rel="nofollow" >www.avrfreaks.net</a>]<br />
<br />
The only major difference I saw was the function signature for the interrupt routine.  So I changed the 5D firmware line,<br />
<br />
SIGNAL(SIG_OUTPUT_COMPARE1A)<br />
<br />
to,<br />
<br />
ISR(TIMER1_COMPA_vect)<br />
<br />
and it worked.  Does anyone know why the SIGNAL code didn't work?  Would the ISR version work on the Sanguino and the motherboard?  If so, it would be convenient to permanently change this in the firmware.]]></description>
            <dc:creator>mccoyn</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 07 Nov 2009 05:22:54 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?1,29735,29735#msg-29735</guid>
            <title>Dear Santa..... (1 reply)</title>
            <link>http://dev.forums.reprap.org/read.php?1,29735,29735#msg-29735</link>
            <description><![CDATA[ Had a look at the Huntsman (formerly Ciba) Araldite Digitalis machine video here?   [<a href="http://www.youtube.com/watch?v=7a637miqNpU" rel="nofollow" >www.youtube.com</a>]<br />
Very, very impressive.  The closest thing to true CAD-to-product rapid manufacturing yet.  Works like the original UV photopolymerisation, but instead of one pinpoint of UV light, it can expose up to 40000 points simultaneously, so can produce at the order of thousands of times faster.  And they've got it producing a tray of roses (with individual petals!) simultaneously to show off the speed and detail.  Their site says they'll work out how much to charge for it compared to the opposition and start shipping it about now.]]></description>
            <dc:creator>murd</dc:creator>
            <category>General</category>
            <pubDate>Fri, 06 Nov 2009 22:47:12 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29725,29725#msg-29725</guid>
            <title>my DC motor not working with arduino. (1 reply)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29725,29725#msg-29725</link>
            <description><![CDATA[ Hi i am using the second generation electronics with arduino. I have tested my DC extruder motor with the test program and it works. When i upload the full firmware to my arduino and use the host program on my PC the extruder doesn't work. Everything else works. The the x-y-z no problem. The fan and the heater works. Will the extruder work even if the temperature is not high enough?<br />
I heated the extruder up to 200 C and pressed the extrude button. I monitored the DC motor connections but there is no signal. I checked the arduino outputs 11 and 12  but there is no signal. Please help.]]></description>
            <dc:creator>Lukasz</dc:creator>
            <category>Electronics</category>
            <pubDate>Sat, 07 Nov 2009 04:03:38 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29724,29724#msg-29724</guid>
            <title>DC motor speed sensor, connection help. (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29724,29724#msg-29724</link>
            <description><![CDATA[ Hi. I am new in the reprap world. I can't wait to see my machine working.<br />
<br />
I have problem with the DC extruder motor speed sensor. I am using the opto-sensor instead of the magnetic rotary encoder. The problem is I don't know where to plug it in. The electronics diagram doesn't include it.<br />
<br />
I looked into the firmware pin assignment but none of the pins seems to be assigned to read the sensor.<br />
<br />
Anyone using it? Is there extra software I have to type myself?<br />
<br />
Will it work without it?<br />
<br />
I will appreciate any help. I looked everywhere for it but unfortunately there is no information.]]></description>
            <dc:creator>Lukasz</dc:creator>
            <category>Electronics</category>
            <pubDate>Fri, 06 Nov 2009 16:18:43 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?14,29705,29705#msg-29705</guid>
            <title>Printer mechanism positioning problems (3 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?14,29705,29705#msg-29705</link>
            <description><![CDATA[ Hi All,<br />
<br />
I am building an XY table out of two old printer mechanisms and 3.5" in floppy drive as Z axis which is holding a pen right now. The electronics are arduino uploaded with reprap firmware 1.1 and stepper drivers are l297/298 combos. <br />
<br />
This crazy contraption is working as a plotter and i could draw some pictures. The problem is, i don't have the specs for one of the printer head driving motor. It has got a 15 mm timing pulley attached to the belt and no word about step angle. I stuck a pen and tried to measure the angle by plotting 1000 step line and divide by inch to obtain the steps/in and came to the conclusion that it is 0.9 deg. <br />
<br />
Here i discovered that 1000 steps forward and 1000 steps backward doesn't come to the same position. Each successive 1000 back and forth movement keeps shifting the start and stop positions to one side. I guess it is not missing the steps, because the distance between start and stop is consistent.<br />
<br />
Here is the code snippet which moves 1000 steps forward and reverse the same amount once i click on the serial monitor in Arduino (alpha) IDE. <br />
<br />
<pre class="bbcode">
boolean done = false;
void loop(){
  if(!done){
  digitalWrite(7,HIGH);// Enable stepper motor
  digitalWrite(6,LOW); // Direction 

  for(int i = 0;i &lt; 1000;i++){
      digitalWrite(5,HIGH); // step pulse
      delay(5);
      digitalWrite(5,LOW);  // step pulse
      delay(5);
  }

  digitalWrite(6,HIGH);    // reversing the direction
  delay(5);
  
  for(int i = 0;i &lt; 1000;i++){
      digitalWrite(5,HIGH); // step pulse
      delay(5);
      digitalWrite(5,LOW);  // step pulse
      delay(5);
  }
  
  done = true;
  digitalWrite(7,LOW);     // disable motor
  }</pre>
<br />
I tried changing the board with same results. BTW i am using the unipolar motor as bipolar by using the half coil config. mechanisms are stacked one over the other and the bottom one driving a thick board to hold paper. Both motors are behaving the same way. But i have to mention that the mechanisms are shaky at various places.<br />
<br />
Am i missing something obvious ?<br />
<br />
Thanks<br />
Kannan<br />
<br />
(Running on Vista Home pre/arduino/arduino (Alpha)/ reprap 1.1]]></description>
            <dc:creator>kkannan</dc:creator>
            <category>Mechanics</category>
            <pubDate>Fri, 06 Nov 2009 23:01:54 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?4,29704,29704#msg-29704</guid>
            <title>Reprap Nasa style - news link (2 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?4,29704,29704#msg-29704</link>
            <description><![CDATA[ Reprap NASA style<br />
<br />
[<a href="http://news.yahoo.com/s/space/20091105/sc_space/devicelikestartrekreplicatormightflyonspacestation" rel="nofollow" >news.yahoo.com</a>]<br />
<br />
regards<br />
<br />
stephen]]></description>
            <dc:creator>stephen george</dc:creator>
            <category>Reprappers</category>
            <pubDate>Fri, 06 Nov 2009 19:49:47 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?121,29697,29697#msg-29697</guid>
            <title>Let's talk / Getting Started (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?121,29697,29697#msg-29697</link>
            <description><![CDATA[ Hi guys, I am starting this thread so we can start getting printing.<br />
<br />
I am Johnny Russell.<br />
I live in South Pittsburg, Tennessee<br />
I have a MakerBot.<br />
<br />
I am not in Atlanta, but there is not a group forum set up closer to me.<br />
I am printing my first Mendel for myself, and as soon as I can get it going I am putting it to work printing more.]]></description>
            <dc:creator>johnnyr</dc:creator>
            <category>Atlanta, Georgia RepRap User Group</category>
            <pubDate>Thu, 05 Nov 2009 20:27:04 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29686,29686#msg-29686</guid>
            <title>cheap stepper motor controller (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29686,29686#msg-29686</link>
            <description><![CDATA[ Hi, I'm not affiliated with the guy in any way, but I thought I'd recommend the following stepper controller:<br />
<br />
[<a href="http://www.diycnc.co.uk/html/driver25ps.html" rel="nofollow" >www.diycnc.co.uk</a>]<br />
<br />
Its not much more than 20 quid shipped anywhere, and I've found it excellent. It manages 1/8th stepping well, which I hope will improve the accuracy of my axes/extruder, and only gets slightly warm to the touch at 2.5A. While it suggests a higher voltage, it works fine at 12V at 10cm/sec on my heavy-axis darwin. Hope this helps someone,<br />
<br />
James]]></description>
            <dc:creator>james glanville</dc:creator>
            <category>Electronics</category>
            <pubDate>Thu, 05 Nov 2009 13:18:45 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?35,29660,29660#msg-29660</guid>
            <title>Frage zu Gen3 Elektronik (1 reply)</title>
            <link>http://dev.forums.reprap.org/read.php?35,29660,29660#msg-29660</link>
            <description><![CDATA[ Hallo,<br />
<br />
ich habe mir die Gen3- Elektronik wie sie von Makerbot angeboten wird angesehen.<br />
Mir ist allerdings nicht klar geworden, ob man mit ihr direkt von SD-Card drucken kann wie bei der Elektronik von BfB.<br />
Kann mir jemand Auskunft geben?<br />
<br />
mfG Gogo]]></description>
            <dc:creator>Gogo</dc:creator>
            <category>Germany RepRap User Group</category>
            <pubDate>Thu, 05 Nov 2009 13:05:18 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?1,29649,29649#msg-29649</guid>
            <title>Edit &quot;EMC Based RepStrap&quot; wiki page (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?1,29649,29649#msg-29649</link>
            <description><![CDATA[ Hello :-)<br />
<br />
I would like to ask admins to edit the page: [<a href="http://www.reprap.org/bin/view/Main/EmcRepStrap" rel="nofollow" >www.reprap.org</a>]<br />
<br />
And put there at least a link for the information on page: [<a href="http://objects.reprap.org/wiki/Builders/EMCRepStrap" rel="nofollow" >objects.reprap.org</a>]<br />
<br />
BrendanErwin started to wrote the EmcRepStrap but is not more interested on it. I already started to build my own EMCRepStrap and want to document it, to help others and myself.<br />
<br />
Thank you.]]></description>
            <dc:creator>casainho</dc:creator>
            <category>General</category>
            <pubDate>Thu, 05 Nov 2009 02:27:24 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,29642,29642#msg-29642</guid>
            <title>Tracking algorithms and speed change. (6 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?12,29642,29642#msg-29642</link>
            <description><![CDATA[ Hi,<br />
I've been pretty quiet, occupied elsewhere for a while, but I'm back, and keen to get going again. For those who don't know, I decided at the beginning of this 2009 year to design up a new machine using an ST Microelectronics ARM 100 pin 72MHz microcontroller. I got 15 boards built, and they are useable after a few jumper placements to correct a bad edit I made designing the board.<br />
<br />
The topic question,<br />
At the moment, I've got an interrupt running 5 channels PWM, 5 channels servo motor or brushless ESC, and 4 on-board bipolar stepper motor drivers. (L298 with some feedback)<br />
At the moment, I've got the steppers running as fast as possible without speed ramping, and with decent drive waveforms. I can (theoretically) bump the speed up to 16 x faster, but that wouldn't work without some speed ramping and other finessing. However, it promises some room for granularity in acceleration.<br />
<br />
I haven't done any g-code parsing code yet, but I was thinking to convert each G-code as it comes, into a start to finish coordinate array in 4 axis. This processor has 20k RAM. I could be non economical and allow 4 bytes per axis per point stamp (16 bytes), but if I have a long, detailed move, then this translates to... say 256mm x 1/256mm accuracy, = 2^16 x 4 bytes x 4 axis. Nasty !<br />
<br />
So, I think I'll have to calculate mostly on the fly, with a short lookahead buffer for speed profiling. That way, I can do coordinate calculations and acceleration, deceleration calcs in the main loop, with results available in the buffer, for the interrupt.<br />
<br />
To complicate this, I'm still a relative C novice:S<br />
<br />
Acceleration and Deceleration can be pre-calculated, assuming that the mechanical power and inertia at each axis is OK.<br />
<br />
Have I got anything here really wrong ?<br />
<br />
Any other things I've missed ?]]></description>
            <dc:creator>grael</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 06 Nov 2009 23:38:23 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?14,29633,29633#msg-29633</guid>
            <title>Filament sensor (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?14,29633,29633#msg-29633</link>
            <description><![CDATA[ My first contribution to the RepRap project: I've worked out a way to use the rotation sensor to measure the filament feed rate. This means you can sense when the pinch wheel is slipping, as well as using it for motor speed control. Details are in my blog:]]></description>
            <dc:creator>Barney</dc:creator>
            <category>Mechanics</category>
            <pubDate>Wed, 04 Nov 2009 15:34:31 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?94,29630,29630#msg-29630</guid>
            <title>Where can I find measured art for laser cut mendel parts? (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?94,29630,29630#msg-29630</link>
            <description><![CDATA[ I've looked over all the Mendel 3d files. Ive read and re read the assembly instructions.<br />
Can anyone tell me where I can find the measured art or patterns for the "thin parts" and the "Thick Parts"? <br />
<br />
  The instructions clearly show the Mendel created parts being bolted together and then being bolted to laser cut or hand cut parts of flat material. I cant find the patterns for these flat parts anywhere.<br />
<br />
  Does anyone know where to look?]]></description>
            <dc:creator>lineofdraw</dc:creator>
            <category>For Sale</category>
            <pubDate>Wed, 04 Nov 2009 12:42:09 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?33,29604,29604#msg-29604</guid>
            <title>Suggestion for the Repstrap template stickers (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?33,29604,29604#msg-29604</link>
            <description><![CDATA[ Hi, I just thought I'd throw this suggestion out there:<br />
<br />
I noticed that the sticker templates for the Mcwire Repstrap don't have any center markings for the holes, it might make things a lot easier and accurate if there were little crosses marking the exact centers, especially with the larger holes where it is easy to misjudge where that is. <br />
<br />
Thanks, keep up the great work!<br />
<br />
Whoops, just looking through <u>all</u> the stickers and a lot of them do have centers, apparently the ones that really need to be accurate, but still it would be handy on all of them to keep things neat and tidy.]]></description>
            <dc:creator>Tornadoboy</dc:creator>
            <category>Forum Administration</category>
            <pubDate>Wed, 04 Nov 2009 06:17:37 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?14,29603,29603#msg-29603</guid>
            <title>Repstrap materials question (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?14,29603,29603#msg-29603</link>
            <description><![CDATA[ Hi everybody, here's a dumb question:<br />
<br />
What's the thickness of the material for the repstrap stage platforms and bearing arms supposed to be? I can't seem to find it in the instructions anywhere, although I get the impression it's not critical but I thought I had better ask anyway, especially for the bearing arms where bolts might stick out too much.]]></description>
            <dc:creator>Tornadoboy</dc:creator>
            <category>Mechanics</category>
            <pubDate>Wed, 04 Nov 2009 06:12:32 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29589,29589#msg-29589</guid>
            <title>motherboard v1.2 - Capacitor call-out discrepancy (4 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29589,29589#msg-29589</link>
            <description><![CDATA[ At [<a href="http://reprap.org/bin/view/Main/Motherboard_1_2" rel="nofollow" >reprap.org</a>] and on the BOM it calls out 2 x 15 pF caps but printed on the board it says 22 pF. Does anyone know why the discrepancy and which one is correct? I am referring to C1 and C2.<br />
<br />
Thanks,<br />
<br />
Evan]]></description>
            <dc:creator>ebrooks</dc:creator>
            <category>Electronics</category>
            <pubDate>Thu, 05 Nov 2009 13:45:29 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29578,29578#msg-29578</guid>
            <title>Extruder Controller 2.2 problem (4 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?13,29578,29578#msg-29578</link>
            <description><![CDATA[ As some of you may have seen in the software forum that I am having some trouble with my pre assembled extruder controller from makerbot.<br />
<br />
Heres the problem:  I can not upload firmware on it at all no matter what timing I try with the reset button nothing works I always get this error:   <br />
<br />
avrdude: stk500_getsync(): not in sync: resp=0x48<br />
avrdude: stk500_disable(): protocol error, expect=0x14, resp=0x48 <br />
<br />
I know this error means that the board isnt syncing with the Arduino Software and that.<br />
<br />
I can use the same computer to do the firmware on the motherboard<br />
I have selected the correct settings port, board, ive checked the port settings.<br />
The board has no wires connected to it but the ttl cable<br />
<br />
<br />
<br />
<br />
On the board itself when I hit the reset button should the debug led flash as it does on the motherboard?<br />
<br />
Also R1 is missing theres balls of solder on the points but no solder, I read in the documentation that one extruder should have that, I only have one extruder.  should I add a resistor there?<br />
<br />
btw I do not have a programmer for burning a bootloader, as the board was supposed to ship with one.]]></description>
            <dc:creator>Jeff B</dc:creator>
            <category>Electronics</category>
            <pubDate>Thu, 05 Nov 2009 07:28:21 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?35,29571,29571#msg-29571</guid>
            <title>TTL Wandler für Raprap Motherboard (6 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?35,29571,29571#msg-29571</link>
            <description><![CDATA[ Ist es möglich mit diesem TTL Wandler das Reprap Motherboard v1.2 anzusteuern?<br />
<br />
[<a href="http://www.pollin.de/shop/dt/MzY5OTgxOTk-/Bausaetze/Diverse/RS232_TTL_Wandler_Bausatz.html" rel="nofollow" >www.pollin.de</a>]<br />
<br />
<br />
Vielleicht kann mir jemand weiterhelfen.<br />
<br />
Dani]]></description>
            <dc:creator>Dani</dc:creator>
            <category>Germany RepRap User Group</category>
            <pubDate>Sat, 07 Nov 2009 04:19:30 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?1,29569,29569#msg-29569</guid>
            <title>PWM driver extruder problem (6 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?1,29569,29569#msg-29569</link>
            <description><![CDATA[ Hello,<br />
I have a PWM driver that I got from the makerbot store along with my generation 2 electronics. When I hook up the nicrome wire to it to see if it heats up, the ATX power supply shuts down before it heats up.<br />
<br />
I have no clue whats happening.<br />
<br />
Thanks,<br />
Drummerboyx]]></description>
            <dc:creator>drummerboyx</dc:creator>
            <category>General</category>
            <pubDate>Thu, 05 Nov 2009 10:47:00 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?94,29559,29559#msg-29559</guid>
            <title>Mendel Parts providers please join this list (1 reply)</title>
            <link>http://dev.forums.reprap.org/read.php?94,29559,29559#msg-29559</link>
            <description><![CDATA[ To everyone who wants to build a Mendel and everyone who can create the parts we need- I started this post as a resource for us all.<br />
<br />
If you have the ability to make Mendel parts then please add your name or your business name to this post also, a link to your website ( where we can see pictures?) and and your preferred contact information. Please tell us what sort of parts you can make, your price and preferred method of payment.<br />
<br />
  If we all cooperate there will be thousands of Mendals across the globe!]]></description>
            <dc:creator>lineofdraw</dc:creator>
            <category>For Sale</category>
            <pubDate>Thu, 05 Nov 2009 15:58:36 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?74,29555,29555#msg-29555</guid>
            <title>Quebec (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?74,29555,29555#msg-29555</link>
            <description><![CDATA[ Is there anyone in Quebec with a Reparap ?]]></description>
            <dc:creator>lcomtois</dc:creator>
            <category>Canada, Montreal RUG</category>
            <pubDate>Tue, 03 Nov 2009 11:38:55 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?94,29553,29553#msg-29553</guid>
            <title>Mendel Machined Extruder Parts Kit (Extruder Version 2.0) (3 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?94,29553,29553#msg-29553</link>
            <description><![CDATA[ Hello,<br />
<br />
If there is enough interest, I am willing to make a parts kit for the version 2.0 of the thermoplastic extruder.  [<a href="http://http://reprap.org/bin/view/Main/ThermoplastExtruder_2_0" rel="nofollow" >http</a>]<br />
<br />
I will price the parts as follows:<br />
<br />
$5.00  PTFE insulator<br />
$10.00  Brass barrel/nozzle combination with a 0.5mm orifice<br />
<br />
$2.50 shipping/handling to anywhere in the Continental US or Canada<br />
$15.00 shipping/handling to other international locations<br />
<br />
<br />
The total cost of a kit, for the US and Canada, will be $12.50.<br />
<br />
In order to initially tool-up the machines to produce these kits I must request that there be at least 10 people interested in purchasing a kit as most of the cost incurred is in tooling up the machine.  (I may have one person interested in purchasing a lot of 5 kits, at this time.)<br />
<br />
If there is enough interest, I will be willing to make the plastic parts, for the extruder, as well.<br />
<br />
Regards,<br />
<br />
Brian]]></description>
            <dc:creator>reifsnyderb</dc:creator>
            <category>For Sale</category>
            <pubDate>Thu, 05 Nov 2009 16:17:49 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?35,29542,29542#msg-29542</guid>
            <title>Mendel Teile zu verkaufen (2 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?35,29542,29542#msg-29542</link>
            <description><![CDATA[ Hallo,<br />
<br />
ich habe einen kompletten Satz "gedruckte" Mendel Teile und würde sie verkaufen.<br />
Preis: 100€ plus Vesand<br />
<br />
Wer hat Interesse?]]></description>
            <dc:creator>Pinco</dc:creator>
            <category>Germany RepRap User Group</category>
            <pubDate>Thu, 05 Nov 2009 03:13:48 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?94,29537,29537#msg-29537</guid>
            <title>Mendel Parts (5 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?94,29537,29537#msg-29537</link>
            <description><![CDATA[ Complete kitt of reprap-made mendel-parts fore sale!!!!!!<br />
Price: 100€ + shipping<br />
<br />
Please let me know if someone is interested!]]></description>
            <dc:creator>Pinco</dc:creator>
            <category>For Sale</category>
            <pubDate>Thu, 05 Nov 2009 14:14:30 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,29526,29526#msg-29526</guid>
            <title>Stepper Motor Help (6 replies)</title>
            <link>http://dev.forums.reprap.org/read.php?12,29526,29526#msg-29526</link>
            <description><![CDATA[ Hello,<br />
<br />
I'm trying to build a 3-axis CNC milling machine using an Arduino and three RepRap Stepper Motor Driver boards (v2.3).<br />
<br />
I've got the stepper motors to work, but I can't seem to produce an Arduino sketch that has control over the stepper motors with sufficient granularity.  Basically, I can't seem to be able to get the stepper motors to turn a single step.  The steppers are rated at 200 steps per revolution, but it seems to take somewhere around 460 "steps" (as done by the code fragment below) to execute a complete turn.<br />
<br />
<pre class="bbcode">
void do_step(byte step_pin)
{
  digitalWrite(step_pin, HIGH);
  delayMicroseconds(5);
  digitalWrite(step_pin, LOW);
}</pre>
<br />
Any advice for what I'm doing incorrectly?<br />
<br />
Many thanks.]]></description>
            <dc:creator>Antonio Garcia</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 06 Nov 2009 17:17:38 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,29525,29525#msg-29525</guid>
            <title>Arduino firmware submission (1 reply)</title>
            <link>http://dev.forums.reprap.org/read.php?12,29525,29525#msg-29525</link>
            <description><![CDATA[ Guys,<br />
<br />
The latest version of the firmware does not work on Gen2.<br />
(When I say latest I mean the one that the web page currently send you to.)<br />
 <br />
It's too big. (even with Sarguino turned off).<br />
The attached hacked version has a bug fix added and uses #ifdef to bring the compile size down to fit on the arduino.<br />
Basically you choose whether you have stepper or a DC motor on the extruder rather than an automatic if statement. As a result there is less code.<br />
<br />
(Note only tested the DC version - I don't have a posh extruder running yet. If someone could test it that would be great)<br />
<br />
I now have a working reprap. Well it moves in z,y,x tells me the correct temperature and runs the extruder and fan.<br />
<br />
All disclaimers. <br />
<br />
regards<br />
<br />
Stephen George<br />
<br />
<br />
Hacked version tested on:<br />
<br />
Ubuntu 9.04<br />
Arduino v17 compiler<br />
Gen2 electronics <br />
 Arduino Diecimila<br />
 v1.2 stepper drivers<br />
 v2.0 temperature sensor (non thermal couple)<br />
 v2.1 Opto enstop<br />
 v1.2 Arduino breakout sheild <br />
 v1.1 PWM Driver <br />
 v1.1 DC Motor driver]]></description>
            <dc:creator>stephen george</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 04 Nov 2009 23:50:05 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?31,29511,29511#msg-29511</guid>
            <title>Forum for Melbourne user  group (no replies)</title>
            <link>http://dev.forums.reprap.org/read.php?31,29511,29511#msg-29511</link>
            <description><![CDATA[ Hi, I would like you to setup a new user group for Melbourne Australia if you would.<br />
<br />
Melbourne User Group.<br />
<br />
Thanks]]></description>
            <dc:creator>Oscar Fox</dc:creator>
            <category>Request a Local RepRap User Group</category>
            <pubDate>Mon, 02 Nov 2009 17:43:49 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?48,29510,29510#msg-29510</guid>
            <title>Parts Buy in (1 reply)</title>
            <link>http://dev.forums.reprap.org/read.php?48,29510,29510#msg-29510</link>
            <description><![CDATA[ Hi everyone,<br />
<br />
The Australian RepRap groups seem to be losing a bit of momentum lately, I think this may be due to the lack of parts here in Oz.<br />
<br />
I have looked at sourcing all the metal parts from the U.S and am inquiring to see how many people would be interested in a kit.<br />
<br />
The kit contains: <br />
<br />
1 brass nozzle with a 0.4mm orifice <br />
1 brass heater barrel <br />
1 PTFE thermal break <br />
1 steel drive screw <br />
2 brass half-bearings for the drive screw <br />
2 nuts for the steel drive screw <br />
<br />
I am currently waiting for the pricing to bring in a bulk lot and will let anyone interested know<br />
<br />
Please reply if your interested.]]></description>
            <dc:creator>Oscar Fox</dc:creator>
            <category>Australia, Perth RepRap User Group</category>
            <pubDate>Tue, 03 Nov 2009 21:20:27 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?107,29509,29509#msg-29509</guid>
            <title>Part Buy in (1 reply)</title>
            <link>http://dev.forums.reprap.org/read.php?107,29509,29509#msg-29509</link>
            <description><![CDATA[ Hi everyone,<br />
<br />
The Australian RepRap groups seem to be losing a bit of momentum lately, I think this may be due to the lack of parts here in Oz.<br />
<br />
I have looked at sourcing all the metal parts from the U.S and am inquiring to see how many people would be interested in a kit.<br />
<br />
The kit contains: <br />
<br />
1 brass nozzle with a 0.4mm orifice <br />
1 brass heater barrel <br />
1 PTFE thermal break <br />
1 steel drive screw <br />
2 brass half-bearings for the drive screw <br />
2 nuts for the steel drive screw <br />
<br />
I am currently waiting for the pricing to bring in a bulk lot and will let anyone interested know<br />
<br />
Please reply if your interested.]]></description>
            <dc:creator>Oscar Fox</dc:creator>
            <category>Australia, Brisbane RepRap User Group</category>
            <pubDate>Tue, 03 Nov 2009 21:19:12 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?30,29508,29508#msg-29508</guid>
            <title>Extruder Parts Buy in (1 reply)</title>
            <link>http://dev.forums.reprap.org/read.php?30,29508,29508#msg-29508</link>
            <description><![CDATA[ Hi everyone,<br />
<br />
The Australian RepRap groups seem to be losing a bit of momentum lately, I think this may be due to the lack of parts here in Oz.<br />
<br />
I have looked at sourcing all the metal parts from the U.S and am inquiring to see how many people would be interested in a kit.<br />
<br />
The kit contains: <br />
<br />
1 brass nozzle with a 0.4mm orifice <br />
1 brass heater barrel <br />
1 PTFE thermal break <br />
1 steel drive screw <br />
2 brass half-bearings for the drive screw <br />
2 nuts for the steel drive screw <br />
<br />
I am currently waiting for the pricing to bring in a bulk lot and will let anyone interested know<br />
<br />
Please reply if your interested.]]></description>
            <dc:creator>Oscar Fox</dc:creator>
            <category>Australia, Sydney RUG</category>
            <pubDate>Tue, 03 Nov 2009 21:19:58 -0800</pubDate>
        </item>
    </channel>
</rss>
