<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>CAD or Other Files Containing Dimension Specifications</title>
        <description> Hi all,

Are there AutoCAD or AutoCAD-like compliant files containing the dimensions for the extruder pump? I want to machine my own but I havent&#039; been able to find files I can get dimensions off of. Any help would be appreciated.

Demented</description>
        <link>https://reprap.org/forum/read.php?1,5826,5826#msg-5826</link>
        <lastBuildDate>Wed, 10 Jun 2026 18:28:30 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,5826,10404#msg-10404</guid>
            <title>Re: CAD or Other Files Containing Dimension Specifications</title>
            <link>https://reprap.org/forum/read.php?1,5826,10404#msg-10404</link>
            <description><![CDATA[ nophead Wrote:<br />
-------------------------------------------------------<br />
&gt; Demented,<br />
&gt; I manually extracted dimensions from AOI and made<br />
&gt; 2D drawings in Visio with dimension lines on them.<br />
&gt; I then manually used those dimensions to make<br />
&gt; Python scripts to mill the parts. Let me know if<br />
&gt; they are of any use to you and I will post them up<br />
&gt; on my blog.<br />
<br />
Would you by any chance happen to have some CAD files (ProEngineer/AutoCAD/3DSMax) for Reprap? I am thinking of designing the machine virtually too and a headstart would be nice, although I do not know animations yet.]]></description>
            <dc:creator>AnkurB</dc:creator>
            <category>General</category>
            <pubDate>Mon, 17 Mar 2008 11:54:13 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,5826,5889#msg-5889</guid>
            <title>Re: CAD or Other Files Containing Dimension Specifications</title>
            <link>https://reprap.org/forum/read.php?1,5826,5889#msg-5889</link>
            <description><![CDATA[ Dan,<br />
<br />
Thanks, I suppose I didn't read the installation documentation very well. I'll get that done and see where I'm at then. I really do need to get my software up and running as I'm getting very close to having a complete system here.<br />
<br />
Demented]]></description>
            <dc:creator>Demented Chihuahua</dc:creator>
            <category>General</category>
            <pubDate>Sat, 27 Oct 2007 15:56:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,5826,5884#msg-5884</guid>
            <title>Re: CAD or Other Files Containing Dimension Specifications</title>
            <link>https://reprap.org/forum/read.php?1,5826,5884#msg-5884</link>
            <description><![CDATA[ The AOI trick is to import the stl, not open it.<br />
You also have to have the STL plugin installed it is referenced in the how to build reprap stuff.<br />
<br />
The way to get dimensions is to draw a curve (in this case a straight line) across the dimensions you want to measure and then read the length of the line from its window on the right.<br />
<br />
Dan]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>General</category>
            <pubDate>Sat, 27 Oct 2007 15:14:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,5826,5879#msg-5879</guid>
            <title>Re: CAD or Other Files Containing Dimension Specifications</title>
            <link>https://reprap.org/forum/read.php?1,5826,5879#msg-5879</link>
            <description><![CDATA[ Nophead,<br />
<br />
Thanks for posting those drawings. They are exactly what I needed. I haven't got my AOI up and running correctly so I was having trouble dimensioning these parts. Everytime I open an STL file in AOI it tells me it isn't a Gzip format and won't open it. I don't know what is going on and haven't really taken much time to fix it as I'm more interested in my physical build at this point.<br />
<br />
Thanks for the files.<br />
<br />
Demented]]></description>
            <dc:creator>Demented Chihuahua</dc:creator>
            <category>General</category>
            <pubDate>Sat, 27 Oct 2007 14:47:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,5826,5869#msg-5869</guid>
            <title>Re: CAD or Other Files Containing Dimension Specifications</title>
            <link>https://reprap.org/forum/read.php?1,5826,5869#msg-5869</link>
            <description><![CDATA[ Demented,<br />
  I have put the drawings up on my blog at [<a href="http://hydraraptor.blogspot.com/2007/10/extruder-dimensions.html" target="_blank"  rel="nofollow">hydraraptor.blogspot.com</a>] but having reviewed them I did change a few things and some things are out of date so beware. I have attached the Visio source file.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>General</category>
            <pubDate>Sat, 27 Oct 2007 08:04:30 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,5826,5839#msg-5839</guid>
            <title>Re: CAD or Other Files Containing Dimension Specifications</title>
            <link>https://reprap.org/forum/read.php?1,5826,5839#msg-5839</link>
            <description><![CDATA[ Nophead,<br />
<br />
Yeah, those would be very useful. I think one of the big hurdles to getting a RepStrap going is a lack of support for filetypes and standards people are used to dealing with. If you would post those files, I would be very greatful.<br />
<br />
Demented]]></description>
            <dc:creator>Demented Chihuahua</dc:creator>
            <category>General</category>
            <pubDate>Wed, 24 Oct 2007 20:15:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,5826,5837#msg-5837</guid>
            <title>Re: CAD or Other Files Containing Dimension Specifications</title>
            <link>https://reprap.org/forum/read.php?1,5826,5837#msg-5837</link>
            <description><![CDATA[ Demented,<br />
I manually extracted dimensions from AOI and made 2D drawings in Visio with dimension lines on them. I then manually used those dimensions to make Python scripts to mill the parts. Let me know if they are of any use to you and I will post them up on my blog.]]></description>
            <dc:creator>nophead</dc:creator>
            <category>General</category>
            <pubDate>Wed, 24 Oct 2007 17:27:16 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,5826,5827#msg-5827</guid>
            <title>Re: CAD or Other Files Containing Dimension Specifications</title>
            <link>https://reprap.org/forum/read.php?1,5826,5827#msg-5827</link>
            <description><![CDATA[ Nop has machined a set of parts for the Mk II.  Maybe you should see what he has.]]></description>
            <dc:creator>Forrest Higgs</dc:creator>
            <category>General</category>
            <pubDate>Wed, 24 Oct 2007 14:54:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,5826,5826#msg-5826</guid>
            <title>CAD or Other Files Containing Dimension Specifications</title>
            <link>https://reprap.org/forum/read.php?1,5826,5826#msg-5826</link>
            <description><![CDATA[ Hi all,<br />
<br />
Are there AutoCAD or AutoCAD-like compliant files containing the dimensions for the extruder pump? I want to machine my own but I havent' been able to find files I can get dimensions off of. Any help would be appreciated.<br />
<br />
Demented]]></description>
            <dc:creator>Demented Chihuahua</dc:creator>
            <category>General</category>
            <pubDate>Wed, 24 Oct 2007 14:34:04 -0400</pubDate>
        </item>
    </channel>
</rss>
