<?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, 21 Nov 2009 04:54:17 -0800</lastBuildDate>
        <generator>Phorum 5.2.11</generator>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,27947,30369#msg-30369</guid>
            <title>Re: Bugs found in G-Code parser</title>
            <link>http://dev.forums.reprap.org/read.php?12,27947,30369#msg-30369</link>
            <description><![CDATA[ I've also noticed that on many gcode machines that extra spaces although should not be an issue, are. x1 y1 is different than x1 space space space y1 for example.<br />
<br />
make sure that your output code starts with g1 and has only 1 space after it<br />
<br />
g1 x1 y20<br />
<br />
also get rid of all comments and commas]]></description>
            <dc:creator>james villeneuve</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 21 Nov 2009 04:20:03 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,30247,30368#msg-30368</guid>
            <title>Re: Host Software display doesn't work quite right</title>
            <link>http://dev.forums.reprap.org/read.php?12,30247,30368#msg-30368</link>
            <description><![CDATA[ do you have meshlab or another program to clean up the mesh? what detail level are you using, for example resolution should be no greater than .1mm]]></description>
            <dc:creator>james villeneuve</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 21 Nov 2009 04:14:25 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,30088,30367#msg-30367</guid>
            <title>Re: Skeinforge / STL</title>
            <link>http://dev.forums.reprap.org/read.php?12,30088,30367#msg-30367</link>
            <description><![CDATA[ it sounds like your profile settings for skeinforge need to be setup again.<br />
<br />
another option is to look in your home directory (windows it is documents and settings\user profile\.skeinforge look for profile.cvs and extrude.cvs one of those files has changed, or needs to be copied over.<br />
<br />
if you have a mesh file with open vertices (meaning not all triangle are closed it could cause errors in g code, prints going into your table, so clean up the meshfile first, i use meshlab, load and save image over itself.<br />
<br />
best of luck!]]></description>
            <dc:creator>james villeneuve</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 21 Nov 2009 04:10:00 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,29855,30364#msg-30364</guid>
            <title>Re: designing a program setup wizard tool for reprap</title>
            <link>http://dev.forums.reprap.org/read.php?12,29855,30364#msg-30364</link>
            <description><![CDATA[ I had trouble doing software for gcode because of needing to remember to turn off extruder during moves. to make it easier to remember i created a gline language. keep in mind i needed to software control probably about 800 lines of custom g code for temp, extrude, feed rate settings. you will be interested to know i am close to done. <br />
<br />
anyway for those interested in a simple language parser GLINE is below<br />
<br />
basically it is like telling a line to do something on a screen and is much easier to visualize when programming:<br />
<br />
<br />
say <br />
<br />
gline x1,y1,z1 to x100,y100,z1 ' single line to line<br />
<br />
converts code to gcode like this:<br />
<br />
G1 M101 'turns extruder off<br />
G1 x1 y1 z1<br />
G1 m103 'turns extruder on<br />
G1 x100 y100 z100<br />
END ' if end of all lines of code<br />
<br />
<br />
It is much easier to create for/ next and if loops with the above gline interpreter, if anyone wants it let me know. I created it to simplify gcode programming<br />
<br />
here is the code in vb language but it is easy to move it to another language:<br />
temp stores the gline code and converts it to gcode. cleaver use of the 'to' as a separate line<br />
here is the language parser, simple and gline is simple to write!<br />
<br />
TEMP = UCase(GCODE_TEMP(A)) 'MAKE ALL UPPER CASE<br />
'FIND CODE LOOK FOR FIRST X AND FIRST Y<br />
'GOES TO FIRST X AND Y THEN TURNS ON AND GOES TO SECOND<br />
'CONVERTS FEW LINES INTO MANY, ALSO CHANGES MCODES WHEN NEEDED<br />
TEMP = UCase(GCODE_TEMP(A)) 'MAKE ALL UPPER CASE<br />
TEMP = Replace(TEMP, "GLINE", "M101" & vbCrLf & "G1 ", 1, -1)<br />
TEMP = Replace(TEMP, "GLINE", "M101" & vbCrLf & "G1 ", 1, -1)<br />
TEMP = Replace(TEMP, ",", " ", 1, -1) 'REMOVE WEIRD COMMAS<br />
TEMP = Replace(TEMP, "TO", vbCrLf & "M103" & vbCrLf & "G1 ")<br />
TEMP = Replace(TEMP, "SPEED", vbCrLf & "F", 1, -1)<br />
TEMP = Replace(TEMP, "EXTRUSION", "M108 S", 1, -1)<br />
TEMP = Replace(TEMP, "TEMP", "M104 S", 1, -1)]]></description>
            <dc:creator>James Villeneuve</dc:creator>
            <category>Software</category>
            <pubDate>Sat, 21 Nov 2009 02:37:34 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?1,30305,30363#msg-30363</guid>
            <title>Re: Hello and newbie question.</title>
            <link>http://dev.forums.reprap.org/read.php?1,30305,30363#msg-30363</link>
            <description><![CDATA[ I asked this, too, before I started.  The general opinion was that NEMA 17s will be fine for the McWire, but not strong enough (torque too low, or borderline) for the Darwin.  The Mendel uses NEMA 14s.<br />
<br />
Hazel.]]></description>
            <dc:creator>MotorAssist</dc:creator>
            <category>General</category>
            <pubDate>Sat, 21 Nov 2009 02:23:04 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?112,25746,30362#msg-30362</guid>
            <title>Re: Fire cement</title>
            <link>http://dev.forums.reprap.org/read.php?112,25746,30362#msg-30362</link>
            <description><![CDATA[ Send me a PM if you still need any.]]></description>
            <dc:creator>volty</dc:creator>
            <category>Washington, Seattle RepRap User Group</category>
            <pubDate>Fri, 20 Nov 2009 23:53:16 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?112,30231,30361#msg-30361</guid>
            <title>Re: Introductions</title>
            <link>http://dev.forums.reprap.org/read.php?112,30231,30361#msg-30361</link>
            <description><![CDATA[ I am currently (well, since September) in the process of building an acrylic RepStrap (Darwin). I expect it to be fully assembled some time in December.<br />
<br />
As I did have a sourcing discussion with some other reprappers in the area -- my absolute favorite <b><i>local</i></b> source for metric fasteners is Tacoma Screw. Just thought it is worth mentioning, as I know of others who were not aware of it.]]></description>
            <dc:creator>volty</dc:creator>
            <category>Washington, Seattle RepRap User Group</category>
            <pubDate>Fri, 20 Nov 2009 23:52:07 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,29956,30360#msg-30360</guid>
            <title>Re: Motherboard v1.2: atmega664 vs atmega664P</title>
            <link>http://dev.forums.reprap.org/read.php?13,29956,30360#msg-30360</link>
            <description><![CDATA[ Thanks all. Yeah, it seems I am not going to be able to avoid having to put a 644P in.<br />
<br />
While USART is not the object used in the firmware (serial is), I see both serial and serial1 being used.<br />
<br />
From SanguinoMaster:<br />
<br />
<pre class="bbcode">
//start our hardware serial drivers
void init_serial()
{
  pinMode(RX_ENABLE_PIN, OUTPUT);
  pinMode(TX_ENABLE_PIN, OUTPUT);
  digitalWrite(RX_ENABLE_PIN, LOW); //always listen.

  <b><u>Serial</u></b>.begin(HOST_SERIAL_SPEED);
  <b><u>Serial1</u></b>.begin(SLAVE_SERIAL_SPEED);
}</pre>
<br />
One of them seems to talk to the host (my machine) and the other seems to talk to the slaves (extruder drivers).<br />
<br />
Oh well. Anyway, thanks all for the good info, links and motivation :)<br />
-volty]]></description>
            <dc:creator>volty</dc:creator>
            <category>Electronics</category>
            <pubDate>Fri, 20 Nov 2009 22:47:54 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,30357,30357#msg-30357</guid>
            <title>Basic Atmega 644</title>
            <link>http://dev.forums.reprap.org/read.php?13,30357,30357#msg-30357</link>
            <description><![CDATA[ Does anyone have schematics for a basic duino/atmega644 with nothing fancy like jtag or icsp?]]></description>
            <dc:creator>reprapuser</dc:creator>
            <category>Electronics</category>
            <pubDate>Fri, 20 Nov 2009 18:58:27 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?14,30278,30355#msg-30355</guid>
            <title>Re: Extremely Low Torque to Extruder Stepper Motor</title>
            <link>http://dev.forums.reprap.org/read.php?14,30278,30355#msg-30355</link>
            <description><![CDATA[ I have the one from the makerbot store that allegedly has .26 Nm holding torque. I have tried adjusting every possible thing that I can think of, here is what I have deduced<br />
<br />
-Adjusting the pot on the extruder controller board has zero effect on the output torque of the extruder stepper motor (is the firmware reading the right pin? in the firmware it says pin 0, I thought the pot was pin 23 - though changing it to 23 in the firmware didn't seem to have any effect)<br />
<br />
-Changing the pwm value does have an impact on the torque output, but still cannot make the motor achieve enough torque to extrude<br />
<br />
Is anyone using a nema 17 stepper motor driven extruder on the 5g firmware? If so what adjustments if any had to be made to make it work? <br />
<br />
I've been trying to get my mendel to print for a week - I may have to scrap the whole stepper driven extruder and get a dc motor and use replicatorG... Though I would much prefer to avoid that and get this working]]></description>
            <dc:creator>swighton</dc:creator>
            <category>Mechanics</category>
            <pubDate>Fri, 20 Nov 2009 17:22:13 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?14,30278,30354#msg-30354</guid>
            <title>Re: Extremely Low Torque to Extruder Stepper Motor</title>
            <link>http://dev.forums.reprap.org/read.php?14,30278,30354#msg-30354</link>
            <description><![CDATA[ The Mendel extruder uses a NEMA17 with a small pinch wheel. They have quite a big range or torques though, about 0.1 to 0.3 Nm so you need a good one.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Mechanics</category>
            <pubDate>Fri, 20 Nov 2009 16:23:44 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?1,30305,30353#msg-30353</guid>
            <title>Re: Hello and newbie question.</title>
            <link>http://dev.forums.reprap.org/read.php?1,30305,30353#msg-30353</link>
            <description><![CDATA[ MotorAssist Wrote:<br />
-------------------------------------------------------<br />
&gt; I am building a McWire - with NEMA 17s.<br />
<br />
Thanks Hazel, this is what i was (badly) trying to convey with my original post... using nema 17's instead of 23's, with the mcwire design.<br />
I believe from my reading thus far, that the electronic side of things will be fine, so long as the stepping is 1.8 degrees, the sticking point may be a lack of torque though....... would this be correct?<br />
Had a look at your blog, i'm sure it will be very helpful to me as it's just what i had in mind. Thanks for the links.]]></description>
            <dc:creator>Reprobate</dc:creator>
            <category>General</category>
            <pubDate>Fri, 20 Nov 2009 15:57:28 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?1,30132,30352#msg-30352</guid>
            <title>Re: Mendel corner bracket STL geometry flaw</title>
            <link>http://dev.forums.reprap.org/read.php?1,30132,30352#msg-30352</link>
            <description><![CDATA[ Yes - you're right looking at it.  In practice the error is too small to give nut-and-washer cracking problems with PLA or ABS, I think.  And (when we've finished the docs...........) you'll see it's intended to be stood on soft pads.<br />
<br />
Nonetheless, if you have time to fix it in AoI and e-mail me that file, that would be marvelous and I'd really be grateful.]]></description>
            <dc:creator>Adrian Bowyer</dc:creator>
            <category>General</category>
            <pubDate>Fri, 20 Nov 2009 15:52:48 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?94,29553,30351#msg-30351</guid>
            <title>Re: Mendel Machined Extruder Parts Kit (Extruder Version 2.0)</title>
            <link>http://dev.forums.reprap.org/read.php?94,29553,30351#msg-30351</link>
            <description><![CDATA[ Just got my parts today...  They look good - now all I need is the rest of the machine :)]]></description>
            <dc:creator>wesjanik</dc:creator>
            <category>For Sale</category>
            <pubDate>Fri, 20 Nov 2009 15:42:28 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?94,24375,30349#msg-30349</guid>
            <title>Re: Looking for RepRap parts in Australia</title>
            <link>http://dev.forums.reprap.org/read.php?94,24375,30349#msg-30349</link>
            <description><![CDATA[ Hi all,<br />
<br />
If anyone is buying from makerbot let me know. <br />
Would like to split the cost of postage and packing.<br />
<br />
Live in Brisbane.<br />
<br />
Stephen]]></description>
            <dc:creator>stephen george</dc:creator>
            <category>For Sale</category>
            <pubDate>Fri, 20 Nov 2009 15:11:17 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?14,30278,30348#msg-30348</guid>
            <title>Re: Extremely Low Torque to Extruder Stepper Motor</title>
            <link>http://dev.forums.reprap.org/read.php?14,30278,30348#msg-30348</link>
            <description><![CDATA[ Do you mean that the torque to the stepper on the extruder is adjusted by the trim pot on the extruder controller board? I tried turning the pot to both maximum and minumin without seeing any effect. <br />
<br />
Has anyone used a nema 17 stepper for a pinch wheel extruder? I can't get to to push the filament through no matter what I do.]]></description>
            <dc:creator>swighton</dc:creator>
            <category>Mechanics</category>
            <pubDate>Fri, 20 Nov 2009 14:45:59 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?94,29878,30347#msg-30347</guid>
            <title>Re: Darwin or Mendel printed parts kit. £75 +shipping.</title>
            <link>http://dev.forums.reprap.org/read.php?94,29878,30347#msg-30347</link>
            <description><![CDATA[ might also be interested in a set]]></description>
            <dc:creator>teraquendya</dc:creator>
            <category>For Sale</category>
            <pubDate>Fri, 20 Nov 2009 14:16:59 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,30293,30346#msg-30346</guid>
            <title>Re: Unable to open some files in AOI</title>
            <link>http://dev.forums.reprap.org/read.php?12,30293,30346#msg-30346</link>
            <description><![CDATA[ <b>You can copy the plugins folder from 2.7.2 to 2.8.</b><br />
<br />
Not a good idea! Believe me...<br />
<br />
Greetings<br />
Harald]]></description>
            <dc:creator>Vidiot</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 20 Nov 2009 13:40:26 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,30293,30345#msg-30345</guid>
            <title>Re: Unable to open some files in AOI</title>
            <link>http://dev.forums.reprap.org/read.php?12,30293,30345#msg-30345</link>
            <description><![CDATA[ The STL plugins are the same in 2.7.2 and 2.8. It needs an update, obviously.<br />
<blockquote class="bbcode"><div><small>Quote<br/></small><strong></strong><br/>Or you can use 2.7 to import STL and 2.8 to open AOI with CSG. That is similar to when I am currently doing with 2.6 and 2.7. A bit annoying.</div></blockquote>
It's exactly what I'm doing.<br />
Thanks for your help.<br />
<br />
Gérard]]></description>
            <dc:creator>gerard94</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 20 Nov 2009 13:30:03 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?35,30306,30343#msg-30343</guid>
            <title>Re: Probleme mit 2 stl Dateien</title>
            <link>http://dev.forums.reprap.org/read.php?35,30306,30343#msg-30343</link>
            <description><![CDATA[ Danke Funktionieren]]></description>
            <dc:creator>ATCC</dc:creator>
            <category>Germany RepRap User Group</category>
            <pubDate>Fri, 20 Nov 2009 13:12:05 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?1,30342,30342#msg-30342</guid>
            <title>Is there any interest in using PEEK for the extruder thermal barrier?</title>
            <link>http://dev.forums.reprap.org/read.php?1,30342,30342#msg-30342</link>
            <description><![CDATA[ Hello,<br />
<br />
If there is enough interest, I am willing to make a run of PEEK thermal barriers for the extruder.  I would have to charge about $12.00 each, plus shipping ($1.50), for them.<br />
<br />
Regards,<br />
<br />
Brian]]></description>
            <dc:creator>reifsnyderb</dc:creator>
            <category>General</category>
            <pubDate>Fri, 20 Nov 2009 12:53:47 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,30293,30341#msg-30341</guid>
            <title>Re: Unable to open some files in AOI</title>
            <link>http://dev.forums.reprap.org/read.php?12,30293,30341#msg-30341</link>
            <description><![CDATA[ You can copy the plugins folder from 2.7.2 to 2.8.  I've done it with a plugin for 2.7 to 2.6 and everything seemed to work fine.<br />
<br />
Or you can use 2.7 to import STL and 2.8 to open AOI with CSG.  That is similar to when I am currently doing with 2.6 and 2.7.  A bit annoying.<br />
<br />
I'm glad to here this thing is fixed in 2.8.]]></description>
            <dc:creator>mccoyn</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 20 Nov 2009 06:29:04 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?1,30305,30340#msg-30340</guid>
            <title>Re: Hello and newbie question.</title>
            <link>http://dev.forums.reprap.org/read.php?1,30305,30340#msg-30340</link>
            <description><![CDATA[ I noticed something strange with the speed when I switched from the Gen 2 firmware to the 5D firmware.  When I was using the Gen 2 firmware, I could run up to 50 mm/s with no problems.  If I pushed it to 55 mm/s, the Y-axis would occasionally skip and I would get messed up builds.  After I switched to the 5D firmware, 50 mm/s didn't work at all.  I ended up slowing it down all the way to 25 mm/s.  Anything above 30 mm/s would cause the y-axis to skip.<br />
<br />
A part that took about 40 minutes to print with the gen 2 firmware set to 50 mm/s took about 40 minutes to print with the 5D firmware set to 25 mm/s.<br />
<br />
The flowrate/feedrate ratio had to be twice as large on the 5D firmware.<br />
<br />
So, at least one firmware is off by a factor of two and we might be comparing apples to oranges here.<br />
<br />
We should compare the predicted time by Skeinforge to the actual time to print something to try and figure this one out.]]></description>
            <dc:creator>mccoyn</dc:creator>
            <category>General</category>
            <pubDate>Fri, 20 Nov 2009 06:22:13 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?13,30093,30339#msg-30339</guid>
            <title>Re: Extruder controller Stepper motor not working</title>
            <link>http://dev.forums.reprap.org/read.php?13,30093,30339#msg-30339</link>
            <description><![CDATA[ Seems odd because Adrian Bowyer has been using a stepper extruder for months. He always checks his code into SVN so there must be a working version.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>Electronics</category>
            <pubDate>Fri, 20 Nov 2009 05:43:53 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?94,30337,30337#msg-30337</guid>
            <title>Looking for mendel plastic parts</title>
            <link>http://dev.forums.reprap.org/read.php?94,30337,30337#msg-30337</link>
            <description><![CDATA[ Hi <br />
if anyone got any Mendel Parts (machine + extruder) they want to sell please email, <br />
prefered payment paypal, state your price in the mail including shipping airmail / EMS.<br />
<br />
I live in sweden, dont really care where the parts come from.<br />
(Zip dest 80321 for calculation)<br />
<br />
Thanks :P]]></description>
            <dc:creator>PimpKittah</dc:creator>
            <category>For Sale</category>
            <pubDate>Fri, 20 Nov 2009 05:10:29 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,30293,30336#msg-30336</guid>
            <title>Re: Unable to open some files in AOI</title>
            <link>http://dev.forums.reprap.org/read.php?12,30293,30336#msg-30336</link>
            <description><![CDATA[ @nophead : It's what I had alredy done. Perhaps the pluglin has not yet been updated for this beta version.]]></description>
            <dc:creator>gerard94</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 20 Nov 2009 04:25:07 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?94,24375,30335#msg-30335</guid>
            <title>Re: Looking for RepRap parts in Australia</title>
            <link>http://dev.forums.reprap.org/read.php?94,24375,30335#msg-30335</link>
            <description><![CDATA[ Hailing from Canberra as well, I have just started researching hardware for construction of a Mendel.<br />
<br />
Once complete I'm looking towards printing components for others and extending the design with a few ideas I've been cooking in my head for about two years.]]></description>
            <dc:creator>Joffy</dc:creator>
            <category>For Sale</category>
            <pubDate>Fri, 20 Nov 2009 04:23:55 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?94,24375,30334#msg-30334</guid>
            <title>Re: Looking for RepRap parts in Australia</title>
            <link>http://dev.forums.reprap.org/read.php?94,24375,30334#msg-30334</link>
            <description><![CDATA[ Looks like I have interest from Fergus, Cogsy and That Guy for three of my four spare kits and I will contact them separately.<br />
<br />
If anyone is interested in the last kit let me know ASAP, I will be bringing in more bits and pieces and more extruder kits in the future, but it will be more than likely as I need bits for myself<br />
<br />
Cheers<br />
<br />
Oscar.]]></description>
            <dc:creator>Oscar Fox</dc:creator>
            <category>For Sale</category>
            <pubDate>Fri, 20 Nov 2009 04:01:34 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?12,30293,30333#msg-30333</guid>
            <title>Re: Unable to open some files in AOI</title>
            <link>http://dev.forums.reprap.org/read.php?12,30293,30333#msg-30333</link>
            <description><![CDATA[ nophead Wrote:<br />
-------------------------------------------------------<br />
&gt; @Grogyan,<br />
&gt;   I have seen Adrian check in several files<br />
&gt; recently with "bad triangulation fixed" so they<br />
&gt; may already be sorted.<br />
<br />
Nope, they have not yet, though i've sent Adrain an email with the proposed fixes of bad files that people like gerard94 have noticed.]]></description>
            <dc:creator>Grogyan</dc:creator>
            <category>Software</category>
            <pubDate>Fri, 20 Nov 2009 03:52:47 -0800</pubDate>
        </item>
        <item>
            <guid>http://dev.forums.reprap.org/read.php?35,30306,30332#msg-30332</guid>
            <title>Re: Probleme mit 2 stl Dateien</title>
            <link>http://dev.forums.reprap.org/read.php?35,30306,30332#msg-30332</link>
            <description><![CDATA[ Schua mal in Deinem Email Postfach nach!]]></description>
            <dc:creator>Paddy</dc:creator>
            <category>Germany RepRap User Group</category>
            <pubDate>Fri, 20 Nov 2009 02:43:27 -0800</pubDate>
        </item>
    </channel>
</rss>
