<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Prusa i3 in XXL Format</title>
        <description>Hallo Leute,

da mir die Druckfläche von meinem I3 einfach zu kein ist, dachte ich mir, ich bau mir einfach einen von Grund auf selber. Elektrisch solls aber weitgehenst beim alten bleiben (eure Hilfe wird noch von nöten sein)

Die Ausmaße des Druckbetts liegt letztendlich bei 300x600mm die Höhe um die 300mm.

Bis jetzt bin ich noch am Kontruieren (Aktueller Stand: siehe Bild)

Als Firmware soll nachher die Marlin-PI3 Pro X2 zum zuge kommen (ja mein Drucker arbeitet mit 2 Extrudern

Hier nun mal der Aktuelle Kontruktive Stand:

[URL=http://www.bilder-upload.eu/show.php?file=276c8f-1492366676.jpg][IMG]http://www.bilder-upload.eu/thumb/276c8f-1492366676.jpg[/IMG][/URL]</description>
        <link>https://reprap.org/forum/read.php?336,762740,762740#msg-762740</link>
        <lastBuildDate>Tue, 11 Aug 2026 07:00:01 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,832917#msg-832917</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,832917#msg-832917</link>
            <description><![CDATA[ Hier mal ein Video vom Drucker... <br />
<br />
[<a href="https://www.youtube.com/watch?v=O6W9QQj6BPM&amp;t=88s" target="_blank"  rel="nofollow">www.youtube.com</a>]<br />
<br />
Das Projekt wurde Erfolgreich abgeschlossen!]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Wed, 05 Sep 2018 16:11:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,774442#msg-774442</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,774442#msg-774442</link>
            <description><![CDATA[ Hallo,<br />
<br />
Bei meinen Sparkcube hab ich es in der "Configuration.h" folgendermaßen eingetragen:<br />
<pre class="bbcode">
// Travel limits after homing (units are in mm)
#define X_MIN_POS -15
#define Y_MIN_POS 0
#define Z_MIN_POS 0
#define X_MAX_POS 225
#define Y_MAX_POS 200
#define Z_MAX_POS 220</pre>
<br />
Im Slicer wird dann auf 200 x 200 begrenzt, sodass er beim Drucken nicht übers Bett hinaus fährt.<br />
<br />
Gruß Matthias]]></description>
            <dc:creator>Karl77</dc:creator>
            <category>Projekte</category>
            <pubDate>Thu, 22 Jun 2017 19:00:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,774375#msg-774375</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,774375#msg-774375</link>
            <description><![CDATA[ Hallo,<br />
<br />
ja das mag sein, dass es so geht... (habe ich noch nicht versucht).... jedoch hätte es er gerne in der Firmware hinterlegt.]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Thu, 22 Jun 2017 11:11:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,774272#msg-774272</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,774272#msg-774272</link>
            <description><![CDATA[ Kannst du in deinen Slicer nicht einfach einen start Gcode einfügen, der sagt dass dein Drucker sich bei -30 0 0 befindet?<br />
<br />
Ich glaube das war ungefähr so (nach Home):<br />
<br />
G92 x-30 y0 z0    -&gt; setzt die Aktuelle position auf x-30 y0 z0<br />
<br />
oder <br />
<br />
G1 x30                 -&gt; fährt 30mm in X-Richtung<br />
G92 x0 y0 z0       -&gt; setzt die Aktuelle Position auf x0 y0 z0]]></description>
            <dc:creator>Sesambrötchen</dc:creator>
            <category>Projekte</category>
            <pubDate>Wed, 21 Jun 2017 16:48:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,774249#msg-774249</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,774249#msg-774249</link>
            <description><![CDATA[ Hm, guter Ansatz... leider ändert sich da nichts... Wenn ich da -37.5 Eingebe und nach dem Update auf mein Maß 150mm (Mitte) anfahre, steht meine Düse an der selben stelle als wenn da 0 steht]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Wed, 21 Jun 2017 13:21:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,774188#msg-774188</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,774188#msg-774188</link>
            <description><![CDATA[ Da vielleicht?<br />
<br />
<pre class="bbcode">
930 // Manually set the home position. Leave these undefined for automatic settings. 
931 // For DELTA this is the top-center of the Cartesian print volume. 
932 //#define MANUAL_X_HOME_POS 0 
933 //#define MANUAL_Y_HOME_POS 0 
934 //#define MANUAL_Z_HOME_POS 0 

</pre>]]></description>
            <dc:creator>sobo84</dc:creator>
            <category>Projekte</category>
            <pubDate>Wed, 21 Jun 2017 05:42:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,774123#msg-774123</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,774123#msg-774123</link>
            <description><![CDATA[ Niemand eine Idee ?]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Tue, 20 Jun 2017 16:05:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,773640#msg-773640</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,773640#msg-773640</link>
            <description><![CDATA[ Mal eine Frage an die Software-Jungs... wo kann ich bei Marlin Firmware einstellen, dass nach dem "Home" anfahren in X -30mm steht ?]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Fri, 16 Jun 2017 13:45:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,773629#msg-773629</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,773629#msg-773629</link>
            <description><![CDATA[ Also die Motoren stören mich nicht... will ja auch hören, was abgeht :D Muss noch die Führung in X erneuern... die jetzige hackt.<br />
<br />
Das Display hab ich heute auch voll angeschraubt... (mach nachher mal noch ein Bild) Und ansonsten kann ich nun meine XXL Drucke abarbeiten.]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Fri, 16 Jun 2017 12:19:19 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,773508#msg-773508</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,773508#msg-773508</link>
            <description><![CDATA[ Cooler Drucker, mir gefallen vor allem die gefrästen Sachen und die KUS!<br />
<br />
Nur das gefiepe und gequietsche würde mir auf die Nerven gehen.... willst nicht mal gescheite Treiber einbauen? :) Oder ein schönes Duet Wifi? <br />
<br />
Gruß]]></description>
            <dc:creator>palim</dc:creator>
            <category>Projekte</category>
            <pubDate>Thu, 15 Jun 2017 17:24:05 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,773437#msg-773437</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,773437#msg-773437</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Amnesix</strong><br />
Schade, daß die Bilder nicht kleiner sind, sonst hätte es sich gelohnt mein Elektronen Raster Mikroskop<br />
an zu werfen! 8-)<br />
<br />
Nachtrag: Warum auch immer, auf einmal werden die Bilder doch in groß angezeigt! Das soll verstehen wer möchte???</div></blockquote>
<br />
Das Problem hatte ich auch schon. Bei mir ist es so, dass wenn man auf das Bildklickt, öffnet sich nur das Thumbnail, wenn man den link darunter anklickt öffnet sich das große bild]]></description>
            <dc:creator>jankem2</dc:creator>
            <category>Projekte</category>
            <pubDate>Thu, 15 Jun 2017 09:40:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,772869#msg-772869</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,772869#msg-772869</link>
            <description><![CDATA[ Jup, Druck mir jetzt erst mal nen Schutz für die Z-Spindel... Dauer: 11h :D und gl. 280mm hoch]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Sun, 11 Jun 2017 07:27:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,772868#msg-772868</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,772868#msg-772868</link>
            <description><![CDATA[ Hurtig Hurtig! Alles ist gespannt wie in Flitzebogen! B)]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Projekte</category>
            <pubDate>Sun, 11 Jun 2017 07:23:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,772867#msg-772867</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,772867#msg-772867</link>
            <description><![CDATA[ Lass es mich doch noch Hochladen :D]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Sun, 11 Jun 2017 07:11:10 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,772866#msg-772866</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,772866#msg-772866</link>
            <description><![CDATA[ Video???????????]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Projekte</category>
            <pubDate>Sun, 11 Jun 2017 07:03:36 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,772865#msg-772865</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,772865#msg-772865</link>
            <description><![CDATA[ So Freunde,<br />
<br />
es folgt nun ein Vorläufiger Abschlussbericht :D Nein Spaß... nur die Mechanik ist nun fertig!<br />
<br />
Hier nun die letzten Bilder + Video, wie er arbeitet! <br />
<br />
Hier das Video: [<a href="https://www.youtube.com/watch?v=rCrqwub5CsE&amp;feature=youtu.be" target="_blank"  rel="nofollow">www.youtube.com</a>]<br />
<br />
<br />
<br />
<br />
Nun sind hier nach und nach noch die Software-Freaks gefragt!]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Sun, 11 Jun 2017 06:58:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,772350#msg-772350</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,772350#msg-772350</link>
            <description><![CDATA[ Bitte Forum eigene Bilderupload nutzen!!<br />
<br />
Auf "Datei anhängen - Hochladen - und dann LINK IN DIE NACHRICHT EINFÜGEN drücken, dann wird da wo der Cursor im textfeld steht das bild eingefügt. <br />
<br />
[attachment 95137 Screenshot2017-06-0723.28.30.png][attachment 95138 Screenshot2017-06-0723.30.10.png]<br />
<br />
Damit verfolge ich dein Interessantes Projekt noch viiiiiiel lieber.<br />
<br />
<br />
Gruß Andy]]></description>
            <dc:creator>palim</dc:creator>
            <category>Projekte</category>
            <pubDate>Wed, 07 Jun 2017 17:34:12 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,772336#msg-772336</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,772336#msg-772336</link>
            <description><![CDATA[ Ihr müsst nicht direkt auf das Bild klicken, sondern unten auf das geschriebene... dann werden se bei mir immer groß angezeigt...<br />
<br />
So, hier mal wieder ein Fortschritt in der Theorie... <br />
<br />
Bin Aktuell an den Filamenthalter und Extruder-Vorschub<br />
<br />
<div id="div_509c4668560a2c58daa38146a0086a80"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_509c4668560a2c58daa38146a0086a80" class="mod_embed_images_image"
         style="width:150px; height:99px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=24b1c8-1496868581.jpg">
        <img src="/forum/thumbcache/def/005/044/aca/29d/8f6/cde/355/496/66d/49_800x400.jpg"
             width="150"
             height="99"
             id="image_509c4668560a2c58daa38146a0086a80"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_509c4668560a2c58daa38146a0086a80"
      style="display:block">
      <a id="link_509c4668560a2c58daa38146a0086a80" href="http://www.bilder-upload.eu/show.php?file=24b1c8-1496868581.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('509c4668560a2c58daa38146a0086a80', '/forum/thumbcache/def/005/044/aca/29d/8f6/cde/355/496/66d/49_800x400.jpg', 'http://www.bilder-upload.eu/thumb/24b1c8-1496868581.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2F24b1c8-1496868581.jpg', 'http://www.bilder-upload.eu/show.php?file=24b1c8-1496868581.jpg', 772336, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
PS: Wer findet die 2 Nema17 Motoren für den Filamentvorschub ? :D<br />
<br />
Hier noch eine Ansicht von hinten<br />
<br />
<div id="div_9b5aa8603a0e02da50b82fe417f1fd7a"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_9b5aa8603a0e02da50b82fe417f1fd7a" class="mod_embed_images_image"
         style="width:150px; height:107px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=bcabaa-1496868792.jpg">
        <img src="/forum/thumbcache/9a3/0f4/7d0/27a/242/54c/b14/067/e2e/deb/52_800x400.jpg"
             width="150"
             height="107"
             id="image_9b5aa8603a0e02da50b82fe417f1fd7a"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_9b5aa8603a0e02da50b82fe417f1fd7a"
      style="display:block">
      <a id="link_9b5aa8603a0e02da50b82fe417f1fd7a" href="http://www.bilder-upload.eu/show.php?file=bcabaa-1496868792.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('9b5aa8603a0e02da50b82fe417f1fd7a', '/forum/thumbcache/9a3/0f4/7d0/27a/242/54c/b14/067/e2e/deb/52_800x400.jpg', 'http://www.bilder-upload.eu/thumb/bcabaa-1496868792.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2Fbcabaa-1496868792.jpg', 'http://www.bilder-upload.eu/show.php?file=bcabaa-1496868792.jpg', 772336, 800, 400, 'Lade Bild...', false);
</script>
<br/>]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Wed, 07 Jun 2017 16:50:28 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,771284#msg-771284</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,771284#msg-771284</link>
            <description><![CDATA[ Jetzt fehlt nur noch der Betonsockel mit 2x2x1m.... (tu)]]></description>
            <dc:creator>dorfmaxl</dc:creator>
            <category>Projekte</category>
            <pubDate>Thu, 01 Jun 2017 12:59:48 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,771264#msg-771264</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,771264#msg-771264</link>
            <description><![CDATA[ Schade, daß die Bilder nicht kleiner sind, sonst hätte es sich gelohnt mein Elektronen Raster Mikroskop<br />
an zu werfen! 8-)<br />
<br />
Nachtrag: Warum auch immer, auf einmal werden die Bilder doch in groß angezeigt! Das soll verstehen wer möchte???]]></description>
            <dc:creator>Anonymous User</dc:creator>
            <category>Projekte</category>
            <pubDate>Thu, 01 Jun 2017 10:29:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,771156#msg-771156</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,771156#msg-771156</link>
            <description><![CDATA[ Und weiter gehts:<br />
<br />
hier mal ein Bild vom Gehäuse + Elektronik, die ich heute vollens verkabelt habe.<br />
<br />
<div id="div_2187f9969e2e2819d89020000ee935c3"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_2187f9969e2e2819d89020000ee935c3" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=7ab292-1496255579.jpg">
        <img src="/forum/thumbcache/bdc/811/9df/4b1/280/aba/d4a/b39/c32/3e0/68_800x400.jpg"
             width="150"
             height="100"
             id="image_2187f9969e2e2819d89020000ee935c3"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_2187f9969e2e2819d89020000ee935c3"
      style="display:block">
      <a id="link_2187f9969e2e2819d89020000ee935c3" href="http://www.bilder-upload.eu/show.php?file=7ab292-1496255579.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('2187f9969e2e2819d89020000ee935c3', '/forum/thumbcache/bdc/811/9df/4b1/280/aba/d4a/b39/c32/3e0/68_800x400.jpg', 'http://www.bilder-upload.eu/thumb/7ab292-1496255579.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2F7ab292-1496255579.jpg', 'http://www.bilder-upload.eu/show.php?file=7ab292-1496255579.jpg', 771156, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
Die 2 Extruder wurden installiert. <br />
<br />
<div id="div_1b599da41ab3e5ac100478b258fd578d"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_1b599da41ab3e5ac100478b258fd578d" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=d824d5-1496255643.jpg">
        <img src="/forum/thumbcache/907/381/155/11a/52b/10f/cde/975/25a/86c/60_800x400.jpg"
             width="150"
             height="100"
             id="image_1b599da41ab3e5ac100478b258fd578d"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_1b599da41ab3e5ac100478b258fd578d"
      style="display:block">
      <a id="link_1b599da41ab3e5ac100478b258fd578d" href="http://www.bilder-upload.eu/show.php?file=d824d5-1496255643.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('1b599da41ab3e5ac100478b258fd578d', '/forum/thumbcache/907/381/155/11a/52b/10f/cde/975/25a/86c/60_800x400.jpg', 'http://www.bilder-upload.eu/thumb/d824d5-1496255643.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2Fd824d5-1496255643.jpg', 'http://www.bilder-upload.eu/show.php?file=d824d5-1496255643.jpg', 771156, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
Hier ein Bild von hinten... die Schleppkette passt perfekt für die Kabel. Was man noch sieht: Mein Antrieb für die Z-Spindel.... Übersetzung 1:3 (20Zähne und 60 Zähne)<br />
<br />
<div id="div_594379155c21ee48ad166f71fd3908e3"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_594379155c21ee48ad166f71fd3908e3" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=cd3552-1496255691.jpg">
        <img src="/forum/thumbcache/2ac/dde/6e9/1d0/c2a/7af/52b/780/cff/01e/f7_800x400.jpg"
             width="150"
             height="100"
             id="image_594379155c21ee48ad166f71fd3908e3"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_594379155c21ee48ad166f71fd3908e3"
      style="display:block">
      <a id="link_594379155c21ee48ad166f71fd3908e3" href="http://www.bilder-upload.eu/show.php?file=cd3552-1496255691.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('594379155c21ee48ad166f71fd3908e3', '/forum/thumbcache/2ac/dde/6e9/1d0/c2a/7af/52b/780/cff/01e/f7_800x400.jpg', 'http://www.bilder-upload.eu/thumb/cd3552-1496255691.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2Fcd3552-1496255691.jpg', 'http://www.bilder-upload.eu/show.php?file=cd3552-1496255691.jpg', 771156, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
Hier noch eine Gesamtansicht (Hier waren noch nicht alle Kabel im Kasten) ;)<br />
<br />
<div id="div_03912aac21e6dc7a2875c3e9e904b77d"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_03912aac21e6dc7a2875c3e9e904b77d" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=84ba5e-1496255795.jpg">
        <img src="/forum/thumbcache/555/782/8ba/f9f/d78/901/62e/924/bdd/cc6/03_800x400.jpg"
             width="150"
             height="100"
             id="image_03912aac21e6dc7a2875c3e9e904b77d"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_03912aac21e6dc7a2875c3e9e904b77d"
      style="display:block">
      <a id="link_03912aac21e6dc7a2875c3e9e904b77d" href="http://www.bilder-upload.eu/show.php?file=84ba5e-1496255795.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('03912aac21e6dc7a2875c3e9e904b77d', '/forum/thumbcache/555/782/8ba/f9f/d78/901/62e/924/bdd/cc6/03_800x400.jpg', 'http://www.bilder-upload.eu/thumb/84ba5e-1496255795.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2F84ba5e-1496255795.jpg', 'http://www.bilder-upload.eu/show.php?file=84ba5e-1496255795.jpg', 771156, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
Als nächstes folgt die Filamentkühlung und Filamenteinlauf-Kühlung (2 in einem mit einem 60mm Lüfter) Es geht also Spannend weiter ;)<br />
<br />
Zum Schluss werden noch die Motoren für die Extruder montiert und dann gehts ans Einstellen ;)<br/>]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Wed, 31 May 2017 14:37:32 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,769598#msg-769598</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,769598#msg-769598</link>
            <description><![CDATA[ Hier nun mal der Aufbau der X-Achse in Verbindung von Kugelumlaufspindel und Motor der Z-Achse<br />
<br />
<div id="div_f98751cfc0fd5a30a8e1e3001dd66c94"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_f98751cfc0fd5a30a8e1e3001dd66c94" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=248f74-1495477101.jpg">
        <img src="/forum/thumbcache/36c/77d/212/8c7/d31/066/63b/f77/a0c/90f/3d_800x400.jpg"
             width="150"
             height="100"
             id="image_f98751cfc0fd5a30a8e1e3001dd66c94"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_f98751cfc0fd5a30a8e1e3001dd66c94"
      style="display:block">
      <a id="link_f98751cfc0fd5a30a8e1e3001dd66c94" href="http://www.bilder-upload.eu/show.php?file=248f74-1495477101.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('f98751cfc0fd5a30a8e1e3001dd66c94', '/forum/thumbcache/36c/77d/212/8c7/d31/066/63b/f77/a0c/90f/3d_800x400.jpg', 'http://www.bilder-upload.eu/thumb/248f74-1495477101.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2F248f74-1495477101.jpg', 'http://www.bilder-upload.eu/show.php?file=248f74-1495477101.jpg', 769598, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
<div id="div_b3e9019f5801245c9a9c0b55688d28ff"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_b3e9019f5801245c9a9c0b55688d28ff" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=89ae79-1495477167.jpg">
        <img src="/forum/thumbcache/a7f/cf4/ae4/51e/510/74e/1b2/fee/60a/a06/1d_800x400.jpg"
             width="150"
             height="100"
             id="image_b3e9019f5801245c9a9c0b55688d28ff"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_b3e9019f5801245c9a9c0b55688d28ff"
      style="display:block">
      <a id="link_b3e9019f5801245c9a9c0b55688d28ff" href="http://www.bilder-upload.eu/show.php?file=89ae79-1495477167.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('b3e9019f5801245c9a9c0b55688d28ff', '/forum/thumbcache/a7f/cf4/ae4/51e/510/74e/1b2/fee/60a/a06/1d_800x400.jpg', 'http://www.bilder-upload.eu/thumb/89ae79-1495477167.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2F89ae79-1495477167.jpg', 'http://www.bilder-upload.eu/show.php?file=89ae79-1495477167.jpg', 769598, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
<div id="div_9ec42466e0b33b427afd01a826635f7a"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_9ec42466e0b33b427afd01a826635f7a" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=d8753f-1495477235.jpg">
        <img src="/forum/thumbcache/625/287/5c3/ca5/aba/0a1/e8d/e05/e85/d65/9e_800x400.jpg"
             width="150"
             height="100"
             id="image_9ec42466e0b33b427afd01a826635f7a"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_9ec42466e0b33b427afd01a826635f7a"
      style="display:block">
      <a id="link_9ec42466e0b33b427afd01a826635f7a" href="http://www.bilder-upload.eu/show.php?file=d8753f-1495477235.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('9ec42466e0b33b427afd01a826635f7a', '/forum/thumbcache/625/287/5c3/ca5/aba/0a1/e8d/e05/e85/d65/9e_800x400.jpg', 'http://www.bilder-upload.eu/thumb/d8753f-1495477235.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2Fd8753f-1495477235.jpg', 'http://www.bilder-upload.eu/show.php?file=d8753f-1495477235.jpg', 769598, 800, 400, 'Lade Bild...', false);
</script>
<br/>]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Mon, 22 May 2017 14:21:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,769323#msg-769323</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,769323#msg-769323</link>
            <description><![CDATA[ Muss ich mal schauen @Tischerleichterung... <br />
<br />
Hier mal der neue Stand:<br />
<br />
Das ist die Querstrebe für die X-Achse<br />
<br />
<div id="div_5e16ebbfd38c6a141eeda0292f0d93ec"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_5e16ebbfd38c6a141eeda0292f0d93ec" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=024812-1495373791.jpg">
        <img src="/forum/thumbcache/bc1/7a9/fcd/9a0/881/487/fc1/fc5/65d/a95/85_800x400.jpg"
             width="150"
             height="100"
             id="image_5e16ebbfd38c6a141eeda0292f0d93ec"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_5e16ebbfd38c6a141eeda0292f0d93ec"
      style="display:block">
      <a id="link_5e16ebbfd38c6a141eeda0292f0d93ec" href="http://www.bilder-upload.eu/show.php?file=024812-1495373791.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('5e16ebbfd38c6a141eeda0292f0d93ec', '/forum/thumbcache/bc1/7a9/fcd/9a0/881/487/fc1/fc5/65d/a95/85_800x400.jpg', 'http://www.bilder-upload.eu/thumb/024812-1495373791.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2F024812-1495373791.jpg', 'http://www.bilder-upload.eu/show.php?file=024812-1495373791.jpg', 769323, 800, 400, 'Lade Bild...', false);
</script>
 <br />
<br />
Zudem hab ich gestern Abend die 3mm Glasplatte Einfoliert. Heizbett wurde verkabelt und angeschlossen.<br />
<br />
<div id="div_d85b6d27c3c10da87e0741f52f24bd40"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_d85b6d27c3c10da87e0741f52f24bd40" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=8df3fe-1495373940.jpg">
        <img src="/forum/thumbcache/f93/6fe/ef6/743/09e/f45/54f/634/265/ba7/68_800x400.jpg"
             width="150"
             height="100"
             id="image_d85b6d27c3c10da87e0741f52f24bd40"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_d85b6d27c3c10da87e0741f52f24bd40"
      style="display:block">
      <a id="link_d85b6d27c3c10da87e0741f52f24bd40" href="http://www.bilder-upload.eu/show.php?file=8df3fe-1495373940.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('d85b6d27c3c10da87e0741f52f24bd40', '/forum/thumbcache/f93/6fe/ef6/743/09e/f45/54f/634/265/ba7/68_800x400.jpg', 'http://www.bilder-upload.eu/thumb/8df3fe-1495373940.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2F8df3fe-1495373940.jpg', 'http://www.bilder-upload.eu/show.php?file=8df3fe-1495373940.jpg', 769323, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
Z-Achse wird jetzt langsam hochgezogen. Dazu muss ich mir nur noch 12 weitere Nutensteine für Nut8 M3 fräsen...<br/>]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Sun, 21 May 2017 09:39:31 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,768839#msg-768839</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,768839#msg-768839</link>
            <description><![CDATA[ Würde es sich nicht lohnen den  massiven Tisch durch große Löcher zu erleichtern? Ich habe bei meinem Prusa eine dicke  Acrylplatte die ist auch massiv und trägt zum großen Teil durch das Gewicht zu Überschwingmustern beim Richtungswechsel bei. Bei dir ist die Masse ja noch doppelt so hoch. Die werde ich bei mir beim nächsten Riemenwechsel mal massiv erleichtern.]]></description>
            <dc:creator>Kyrill</dc:creator>
            <category>Projekte</category>
            <pubDate>Fri, 19 May 2017 03:27:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,768745#msg-768745</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,768745#msg-768745</link>
            <description><![CDATA[ liegt daran, dass ich hinten und vorne noch 1mm luft lasse, damit mein Führungswagen nicht am Aluprofil anstößt... wenn du aber frech wirst, wird auf 601mm erhöht :PPPPPPPPPPPPPPPPPPPPPPPPPPPPPP]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Thu, 18 May 2017 11:54:56 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,768601#msg-768601</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,768601#msg-768601</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Chef_2</strong><br />
598mm, wenn du es ganz genau wissen möchtest :D</div></blockquote>
<br />
Siehste, habe mir doch gleich gedacht "Hey! moment mal! da fehlen 2 mm!!!"]]></description>
            <dc:creator>Kenny-F-Powers</dc:creator>
            <category>Projekte</category>
            <pubDate>Wed, 17 May 2017 16:49:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,768592#msg-768592</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,768592#msg-768592</link>
            <description><![CDATA[ 598mm, wenn du es ganz genau wissen möchtest :D]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Wed, 17 May 2017 14:57:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,768551#msg-768551</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,768551#msg-768551</link>
            <description><![CDATA[ Und du kommst so auf 600mm weg?]]></description>
            <dc:creator>Kenny-F-Powers</dc:creator>
            <category>Projekte</category>
            <pubDate>Wed, 17 May 2017 11:33:42 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,768524#msg-768524</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,768524#msg-768524</link>
            <description><![CDATA[ Hi, die Bilder sind ganz schön klein ;)<br />
<br />
Edit: jetzt nicht mehr...]]></description>
            <dc:creator>jankem2</dc:creator>
            <category>Projekte</category>
            <pubDate>Wed, 17 May 2017 08:00:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?336,762740,768383#msg-768383</guid>
            <title>Re: Prusa i3 in XXL Format</title>
            <link>https://reprap.org/forum/read.php?336,762740,768383#msg-768383</link>
            <description><![CDATA[ Sooo und weiter gehts mit zusammenbauen:<br />
<br />
<div id="div_507adaa94b0908a05a00d4f1b1680190"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_507adaa94b0908a05a00d4f1b1680190" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=092aca-1494952358.jpg">
        <img src="/forum/thumbcache/943/5ea/294/97d/8c2/35c/c06/e74/c4d/c2f/b9_800x400.jpg"
             width="150"
             height="100"
             id="image_507adaa94b0908a05a00d4f1b1680190"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_507adaa94b0908a05a00d4f1b1680190"
      style="display:block">
      <a id="link_507adaa94b0908a05a00d4f1b1680190" href="http://www.bilder-upload.eu/show.php?file=092aca-1494952358.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('507adaa94b0908a05a00d4f1b1680190', '/forum/thumbcache/943/5ea/294/97d/8c2/35c/c06/e74/c4d/c2f/b9_800x400.jpg', 'http://www.bilder-upload.eu/thumb/092aca-1494952358.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2F092aca-1494952358.jpg', 'http://www.bilder-upload.eu/show.php?file=092aca-1494952358.jpg', 768383, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
<div id="div_bf1ebf1f28d03a226c32bb22c49677c0"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_bf1ebf1f28d03a226c32bb22c49677c0" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=cf4f28-1494952696.jpg">
        <img src="/forum/thumbcache/e5d/e3c/cbe/b34/cf7/f1d/71d/143/f9d/cfb/24_800x400.jpg"
             width="150"
             height="100"
             id="image_bf1ebf1f28d03a226c32bb22c49677c0"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_bf1ebf1f28d03a226c32bb22c49677c0"
      style="display:block">
      <a id="link_bf1ebf1f28d03a226c32bb22c49677c0" href="http://www.bilder-upload.eu/show.php?file=cf4f28-1494952696.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('bf1ebf1f28d03a226c32bb22c49677c0', '/forum/thumbcache/e5d/e3c/cbe/b34/cf7/f1d/71d/143/f9d/cfb/24_800x400.jpg', 'http://www.bilder-upload.eu/thumb/cf4f28-1494952696.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2Fcf4f28-1494952696.jpg', 'http://www.bilder-upload.eu/show.php?file=cf4f28-1494952696.jpg', 768383, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
<div id="div_de5e4562e13b4d4118e6f335351e7850"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_de5e4562e13b4d4118e6f335351e7850" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=a76110-1494952744.jpg">
        <img src="/forum/thumbcache/a77/eb8/8f3/62b/7f8/5ad/c31/e46/998/f92/2e_800x400.jpg"
             width="150"
             height="100"
             id="image_de5e4562e13b4d4118e6f335351e7850"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_de5e4562e13b4d4118e6f335351e7850"
      style="display:block">
      <a id="link_de5e4562e13b4d4118e6f335351e7850" href="http://www.bilder-upload.eu/show.php?file=a76110-1494952744.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('de5e4562e13b4d4118e6f335351e7850', '/forum/thumbcache/a77/eb8/8f3/62b/7f8/5ad/c31/e46/998/f92/2e_800x400.jpg', 'http://www.bilder-upload.eu/thumb/a76110-1494952744.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2Fa76110-1494952744.jpg', 'http://www.bilder-upload.eu/show.php?file=a76110-1494952744.jpg', 768383, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
<div id="div_9967a3bbbe5ef2fb13669149ca3e6196"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_9967a3bbbe5ef2fb13669149ca3e6196" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=f3970b-1494952797.jpg">
        <img src="/forum/thumbcache/c3b/741/e63/bd5/811/df1/099/f1b/6ca/e32/58_800x400.jpg"
             width="150"
             height="100"
             id="image_9967a3bbbe5ef2fb13669149ca3e6196"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_9967a3bbbe5ef2fb13669149ca3e6196"
      style="display:block">
      <a id="link_9967a3bbbe5ef2fb13669149ca3e6196" href="http://www.bilder-upload.eu/show.php?file=f3970b-1494952797.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('9967a3bbbe5ef2fb13669149ca3e6196', '/forum/thumbcache/c3b/741/e63/bd5/811/df1/099/f1b/6ca/e32/58_800x400.jpg', 'http://www.bilder-upload.eu/thumb/f3970b-1494952797.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2Ff3970b-1494952797.jpg', 'http://www.bilder-upload.eu/show.php?file=f3970b-1494952797.jpg', 768383, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
<div id="div_a75584fcd621bc7343be7cf3c8285b15"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_a75584fcd621bc7343be7cf3c8285b15" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=387703-1494952846.jpg">
        <img src="/forum/thumbcache/6ad/f78/139/614/2ca/271/067/4f2/e44/61b/e2_800x400.jpg"
             width="150"
             height="100"
             id="image_a75584fcd621bc7343be7cf3c8285b15"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_a75584fcd621bc7343be7cf3c8285b15"
      style="display:block">
      <a id="link_a75584fcd621bc7343be7cf3c8285b15" href="http://www.bilder-upload.eu/show.php?file=387703-1494952846.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('a75584fcd621bc7343be7cf3c8285b15', '/forum/thumbcache/6ad/f78/139/614/2ca/271/067/4f2/e44/61b/e2_800x400.jpg', 'http://www.bilder-upload.eu/thumb/387703-1494952846.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2F387703-1494952846.jpg', 'http://www.bilder-upload.eu/show.php?file=387703-1494952846.jpg', 768383, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
<div id="div_2ae7f1cf65dc7ca3b0df5ad0dfc1fabc"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_2ae7f1cf65dc7ca3b0df5ad0dfc1fabc" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=71deed-1494953141.jpg">
        <img src="/forum/thumbcache/4f9/ea8/afb/a88/627/36f/031/e6b/193/c10/89_800x400.jpg"
             width="150"
             height="100"
             id="image_2ae7f1cf65dc7ca3b0df5ad0dfc1fabc"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_2ae7f1cf65dc7ca3b0df5ad0dfc1fabc"
      style="display:block">
      <a id="link_2ae7f1cf65dc7ca3b0df5ad0dfc1fabc" href="http://www.bilder-upload.eu/show.php?file=71deed-1494953141.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('2ae7f1cf65dc7ca3b0df5ad0dfc1fabc', '/forum/thumbcache/4f9/ea8/afb/a88/627/36f/031/e6b/193/c10/89_800x400.jpg', 'http://www.bilder-upload.eu/thumb/71deed-1494953141.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2F71deed-1494953141.jpg', 'http://www.bilder-upload.eu/show.php?file=71deed-1494953141.jpg', 768383, 800, 400, 'Lade Bild...', false);
</script>
<br />
<br />
Und hier werden gerade die neusten Teile gefertigt.... Nutensteine und Spindelmutterhalter für die Z-Achse<br />
<br />
<div id="div_7644c51e5c66c10a7457c10f526854ea"
     class="mod_embed_images_extended"
     style="width:150px">

  

    
      
    

    <div id="imagediv_7644c51e5c66c10a7457c10f526854ea" class="mod_embed_images_image"
         style="width:150px; height:100px">

    

    <a href="http://www.bilder-upload.eu/show.php?file=b62e68-1494953190.jpg">
        <img src="/forum/thumbcache/8c7/a4d/e92/cb7/e61/945/90b/829/f8c/15f/42_800x400.jpg"
             width="150"
             height="100"
             id="image_7644c51e5c66c10a7457c10f526854ea"
             alt="www.bilder"
             title="www.bilder"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info mod_embed_images_info_link" id="info_7644c51e5c66c10a7457c10f526854ea"
      style="display:block">
      <a id="link_7644c51e5c66c10a7457c10f526854ea" href="http://www.bilder-upload.eu/show.php?file=b62e68-1494953190.jpg">www.bilder</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('7644c51e5c66c10a7457c10f526854ea', '/forum/thumbcache/8c7/a4d/e92/cb7/e61/945/90b/829/f8c/15f/42_800x400.jpg', 'http://www.bilder-upload.eu/thumb/b62e68-1494953190.jpg', 'https://reprap.org/forum/addon.php?336,module=embed_images,check_scaling=1,url=http%3A%2F%2Fwww.bilder-upload.eu%2Fthumb%2Fb62e68-1494953190.jpg', 'http://www.bilder-upload.eu/show.php?file=b62e68-1494953190.jpg', 768383, 800, 400, 'Lade Bild...', false);
</script>
<br/>]]></description>
            <dc:creator>Chef_2</dc:creator>
            <category>Projekte</category>
            <pubDate>Tue, 16 May 2017 12:52:00 -0400</pubDate>
        </item>
    </channel>
</rss>
