<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Anfängerfrage - von 2D auf 3D konvertieren</title>
        <description> Hallo zusammen,

bitte verzeit mir diese Frage, aber wie kann ich eine Grafik, welche ich unter GIMP zum Beispiel erstellt habe, über Inkscape und CAD Programm, wie beispielsweise FreeCAD oder einem anderen Programm zu einer 3D Grafik umwandeln, die man dan auch Drucken kann?

Ich hab mir über Gimp 2.8 eine kleine Grafik erstellt. Diese habe ich dan in Inkscape eingepladen, und dort über Pfad und Bitmap  vektorisieren entsprechend bearbeite, und als DFX-Datei (Desktop Cutting Plotter (AutoCAD DFX R14), als auch SVG gespeichert. Aber wie gehe ich dann weiter vor? Die SVG Datei kan ich in FreeCAD als Draw öffnen, jedoch nicht die DFX-Datei (list index out of range). Wenn ich die DFX-Datei in der Demo-Version von Sketchup öffnen, erkenne ich zwei Lienen die mei eigentliches Objekt umramen. Nun weis ich einfach nicht mehr weiter. Was mach ich falsch bzw. wie kann  ich daraus ein brauchbares 3D objekt erstellen?

Vielen Dank vorab für Eure Hilfe.</description>
        <link>https://reprap.org/forum/read.php?247,291176,291176#msg-291176</link>
        <lastBuildDate>Sun, 12 Apr 2026 06:00:46 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291391#msg-291391</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291391#msg-291391</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>hennigh</strong><br />
Kann <a href="http://www.netfabb.com/basic.php" target="_blank"  rel="nofollow">netfabb Studio Basic</a> echt empfehlen!</div></blockquote>
<br />
<b><span style="font-size:x-large">Ich auch!</span></b>  Und das tue ich immer wieder...   (tu)]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 12:54:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291346#msg-291346</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291346#msg-291346</link>
            <description><![CDATA[ SUPER! Damit hat es funktioniert. Vielen Dank! Kann netfabb Studio Basic echt empfehlen!]]></description>
            <dc:creator>hennigh</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 11:38:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291341#msg-291341</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291341#msg-291341</link>
            <description><![CDATA[ <b>Gut, denn mach die STL-Datei so</b> und danach nutze <a href="http://www.netfabb.com/basic.php" target="_blank"  rel="nofollow">netfabb Studio Basic</a> um es auf die 'richtige' große zu bringen mit "Part" - "Scale" und "Part" - "Export" - "to STL".]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 11:27:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291336#msg-291336</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291336#msg-291336</link>
            <description><![CDATA[ Ich weis nicht, irgendwie sieht das komisch aus. wenn in in OpenSCAD 10 oder gar 100 eintrage, dann sieht es aus wie ein riesiger Keil.<br />
Am besten gefiel es mir bei 1.1.]]></description>
            <dc:creator>hennigh</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 11:23:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291325#msg-291325</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291325#msg-291325</link>
            <description><![CDATA[ Dafür ist der "<b>scale</b>" Eigenschaft!<br />
<br />
<b>Anstatt</b>:<br />
<pre class="bbcode">
linear_extrude(height = 10, center = true, convexity = 10, <b>scale = 10</b>)
	import("strich.dxf");</pre>
<br />
<b>Versuch</b>:<br />
<pre class="bbcode">
linear_extrude(height = 10, center = true, convexity = 10, <b>scale = 100</b>)
	import("strich.dxf");</pre>
<br />
Oder du kannst mit <a href="http://www.netfabb.com/basic.php" target="_blank"  rel="nofollow">netfabb Studio Basic</a> die STL-Datei laden, skalieren und exportiern.]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 11:06:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291319#msg-291319</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291319#msg-291319</link>
            <description><![CDATA[ Ich habe die Version 0.48.4 r installiert.<br />
<br />
So, nach einigen Versuchen hat es tatsächlich funktioniert. Vielen Dank<br />
Jetzt ist nur noch die Frage, wie ich die größe änderen kann?<br />
Hab schon in Gimp und Incskape das Objekt resized ohne erfolg.<br />
Bei entladen von Openscad bekomme ich immer die gleiche größe heraus.]]></description>
            <dc:creator>hennigh</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 10:52:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291279#msg-291279</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291279#msg-291279</link>
            <description><![CDATA[ <a href="http://inkscape.org/en/download/windows/" target="_blank"  rel="nofollow">Inkscape 0.48.4</a> ist der neueste Version.]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 09:36:42 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291278#msg-291278</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291278#msg-291278</link>
            <description><![CDATA[ Unwahrscheinlich, ich nutze "Inkscape 0.48.2 r9819".<br />
Ganz wichtig ist:<br />
<pre class="bbcode">
5. Edit path by nodes (F2) aktivieren
6. Alles selectieren mit der Maus und danach "Make selected segments lines" ausfuhren (toolbar oben)</pre>
Wenn das nicht gemacht wird denn kommt "SPLINE" vor was OpenSCAD nicht verarbeiten kann.]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 09:34:36 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291257#msg-291257</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291257#msg-291257</link>
            <description><![CDATA[ Leider hat der Import in OpenSCAND nicht funktioniert.<br />
WARNING: Unsupported DXF Entity 'SPLINE' (70) in "Strich.dxf".<br />
<br />
Könnte das evtl. an der neuen Inkscape Version 0.48 liegen, da hier für DFX das AutoCAD DFX R14 und nicht Desktop Cutting Plotter (R13)  zur Verfügung steht?]]></description>
            <dc:creator>hennigh</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 08:54:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291239#msg-291239</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291239#msg-291239</link>
            <description><![CDATA[ Andere Möglichkeit:<br />
<br />
1.  <a href="http://inkscape.org/de/" target="_blank"  rel="nofollow">Inkscape</a> starten - PNG/BMP/JPG-Datei rein droppen (offnen).<br />
2.  Image selektiern und "Path - Trace bitmap..." wählen.<br />
3.  Einstellung ändern und Update knopf klicken bis es gut aussieht und OK klicken.<br />
4. Denn fenster schliesen.<br />
5. Edit path by nodes (F2) aktivieren<br />
6. Alles selectieren mit der Maus und danach "Make selected segments lines" ausfuhren (toolbar oben)<br />
7. Jetzt "File" - "Save a Copy..."  "Desktop Cutting Plotter (R13) (*.dxf)" selektieren und "Save" klicken.<br />
8. use ROBO-Master nicht gecheckt, use LWPOLYLINE gecheckt und OK klicken.<br />
9. <a href="http://www.openscad.org/" target="_blank"  rel="nofollow">OpenSCAD</a> starten und folgende skript eingeben:<br />
<pre class="bbcode">
linear_extrude(height = 10, center = true, convexity = 10, scale = 10)
	import("strich.dxf");</pre>
10. height &amp; scale anpassen bis es ist wie du es haben willst.<br />
11.  F5 drucken.<br />
12.  Wenn OK denn F6 drucken und "Export als STL..." wählen.]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 08:26:29 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291225#msg-291225</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291225#msg-291225</link>
            <description><![CDATA[ Oh Verdammt. Du hast recht.<br />
Ich hatte bei Projekt geschaut, und dort wirde mir bei STL angezeigt, das man da die Pro Version benötigt.<br />
Hätte die rechte Maustaste mal nehmen sollen.<br />
Mein Fehler! Endschuldigung vielmals Bob Morrisson.]]></description>
            <dc:creator>hennigh</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 08:01:15 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291220#msg-291220</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291220#msg-291220</link>
            <description><![CDATA[ <b>Quatsch</b> - ich nutze NUR der <a href="http://www.netfabb.com/basic.php" target="_blank"  rel="nofollow">netfabb Studio Basic</a>, du kannst damit skalieren, schneiden, rotieren, und  Exportiern!<br />
Der teil muss selektiert sein (i.e. ist Grün gefärbt) und denn im Hauptmenü  "Part" - "Export part" - "as STL" wählen.]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 07:54:34 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291217#msg-291217</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291217#msg-291217</link>
            <description><![CDATA[ Hallo,<br />
danke für den Tipp. Leider kann ich nur in der Pro exportieren und  nicht in der Basic. Gibt es evtl ein Lösung die opensource ist?<br />
Auch würde ich gerne später meine Entwürfe nicht unbedingt verschicken wollen.<br />
<br />
Der Export geht in der Basic-Version sehr gut. Dies war zuvor leider eine Falschaussage von mir.]]></description>
            <dc:creator>hennigh</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 07:46:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291205#msg-291205</guid>
            <title>Re: Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291205#msg-291205</link>
            <description><![CDATA[ Du kannst die <a href="https://www.shapeways.com/creator/2dto3d#landing" target="_blank"  rel="nofollow">Shapeways 2D Design to 3d Print Creator</a> Werkzeug dafür nutzen!<br />
<br />
Einfach die PNG/GIF/JPG hoch laden und breite und dicke der 3d object angeben.<br />
Danach die erzeugte x3db-Datei runterladen.<br />
Denn <a href="http://www.netfabb.com/basic.php" target="_blank"  rel="nofollow">netfabb Basic Studio</a> starten, x3db-Datei laden und als STL-Datei exportieren.]]></description>
            <dc:creator>rhmorrison</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 07:09:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?247,291176,291176#msg-291176</guid>
            <title>Anfängerfrage - von 2D auf 3D konvertieren</title>
            <link>https://reprap.org/forum/read.php?247,291176,291176#msg-291176</link>
            <description><![CDATA[ Hallo zusammen,<br />
<br />
bitte verzeit mir diese Frage, aber wie kann ich eine Grafik, welche ich unter GIMP zum Beispiel erstellt habe, über Inkscape und CAD Programm, wie beispielsweise FreeCAD oder einem anderen Programm zu einer 3D Grafik umwandeln, die man dan auch Drucken kann?<br />
<br />
Ich hab mir über Gimp 2.8 eine kleine Grafik erstellt. Diese habe ich dan in Inkscape eingepladen, und dort über Pfad und Bitmap  vektorisieren entsprechend bearbeite, und als DFX-Datei (Desktop Cutting Plotter (AutoCAD DFX R14), als auch SVG gespeichert. Aber wie gehe ich dann weiter vor? Die SVG Datei kan ich in FreeCAD als Draw öffnen, jedoch nicht die DFX-Datei (list index out of range). Wenn ich die DFX-Datei in der Demo-Version von Sketchup öffnen, erkenne ich zwei Lienen die mei eigentliches Objekt umramen. Nun weis ich einfach nicht mehr weiter. Was mach ich falsch bzw. wie kann  ich daraus ein brauchbares 3D objekt erstellen?<br />
<br />
Vielen Dank vorab für Eure Hilfe.]]></description>
            <dc:creator>hennigh</dc:creator>
            <category>Software</category>
            <pubDate>Wed, 08 Jan 2014 06:25:57 -0500</pubDate>
        </item>
    </channel>
</rss>
