<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Searching a STL for RAMPS module on I3 acrylic</title>
        <description> Hello!

I&#039;m searching this stl (see photo, the red one).

This print will replace fixation of 45° frame above prusa i3 acrylic.
I couldn&#039;t find it on usual stl websites.

Do you know where to find it?


Thank you all!

edit : found it this one, but mine is a 15 or 16 mm frame (http://www.thingiverse.com/thing:485438/#files)</description>
        <link>https://reprap.org/forum/read.php?304,572014,572014#msg-572014</link>
        <lastBuildDate>Thu, 05 Mar 2026 12:51:15 -0500</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?304,572014,584450#msg-584450</guid>
            <title>Re: Searching a STL for RAMPS module on I3 acrylic</title>
            <link>https://reprap.org/forum/read.php?304,572014,584450#msg-584450</link>
            <description><![CDATA[ I replaced my Y carriage feet with these (https://www.thingiverse.com/thing:952791). They completely eliminated the need for struts.]]></description>
            <dc:creator>elwood127</dc:creator>
            <category>Object repositories</category>
            <pubDate>Sun, 15 Nov 2015 00:10:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?304,572014,576115#msg-576115</guid>
            <title>Re: Searching a STL for RAMPS module on I3 acrylic</title>
            <link>https://reprap.org/forum/read.php?304,572014,576115#msg-576115</link>
            <description><![CDATA[ Here is a quick work-up.  I have no idea your dimensions, but I tried to parameterize it so you can change it easily.  For a perfect match, you might want to print 2<br />
<br />
<pre class="bbcode">
//change the next 6 lines to match your dimensions
dim=20;           //the width/height of the extrusion
wall=4;           //how thick you want the walls to be
height = 50;      //the length of the "sleeve"
hookwall = 6;     //how thick is the wall aroung the "hook" portion
hookdepth = 6;    //how wide is the aluminum over which the hook is hung
hookheight = 12;  //how long is the portion of the hook that overhangs the aluminum

//don't change below this point
dim2 = (dim/2+wall)*sin(45);

rotate([0, 90, 0])
difference() {
	union() {
		rotate([-45, 0, 0])
			translate([0, 0, height/2])
				cube([dim+wall*2, dim+wall*2, height], true);
		
		cube([dim+wall*2, dim2*2, dim2*4], true);
		translate([0, -dim2-(hookdepth+hookwall)/2, dim2])
			cube([dim+wall*2, hookdepth+hookwall, hookwall], true);
		translate([0, -dim2-hookwall/2-hookdepth, dim2+hookwall/2-hookdepth/2-hookheight/2])
			cube([dim+wall*2, hookwall, hookdepth+hookheight], true);
		
	}
	rotate([-45, 0, 0])
		translate([0, 0, height/2+wall])
			cube([dim, dim, height], true);

}

</pre>]]></description>
            <dc:creator>jbernardis</dc:creator>
            <category>Object repositories</category>
            <pubDate>Tue, 27 Oct 2015 11:49:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?304,572014,576071#msg-576071</guid>
            <title>Re: Searching a STL for RAMPS module on I3 acrylic</title>
            <link>https://reprap.org/forum/read.php?304,572014,576071#msg-576071</link>
            <description><![CDATA[ I don't know where to find the model, but it looks to be extremely easy to work up in openscad.  Have you tried?]]></description>
            <dc:creator>jbernardis</dc:creator>
            <category>Object repositories</category>
            <pubDate>Tue, 27 Oct 2015 10:20:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?304,572014,572014#msg-572014</guid>
            <title>Searching a STL for RAMPS module on I3 acrylic</title>
            <link>https://reprap.org/forum/read.php?304,572014,572014#msg-572014</link>
            <description><![CDATA[ Hello!<br />
<br />
I'm searching this stl (see photo, the red one).<br />
<br />
This print will replace fixation of 45° frame above prusa i3 acrylic.<br />
I couldn't find it on usual stl websites.<br />
<br />
Do you know where to find it?<br />
<br />
<br />
Thank you all!<br />
<br />
edit : found it this one, but mine is a 15 or 16 mm frame (http://www.thingiverse.com/thing:485438/#files)]]></description>
            <dc:creator>sebi9</dc:creator>
            <category>Object repositories</category>
            <pubDate>Sun, 18 Oct 2015 03:49:23 -0400</pubDate>
        </item>
    </channel>
</rss>
