<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Software for extruding 2d image into 3d model?</title>
        <description> I am getting started with 3D printing and I often want the ability to extrude a 2d image into a 3d model. I have been using this tool from Shapeways, but I was wondering if there are other ways to do this. Thanks!</description>
        <link>https://reprap.org/forum/read.php?1,174552,174552#msg-174552</link>
        <lastBuildDate>Mon, 08 Jun 2026 16:52:17 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,174552,174990#msg-174990</guid>
            <title>Re: Software for extruding 2d image into 3d model?</title>
            <link>https://reprap.org/forum/read.php?1,174552,174990#msg-174990</link>
            <description><![CDATA[ If you want to use vanilla Inkscape without the extra plugin, I've written a <a href="http://repraprip.blogspot.no/2011/05/inkscape-to-openscad-dxf-tutorial.html" target="_blank"  rel="nofollow">tutorial here.</a>]]></description>
            <dc:creator>Nudel</dc:creator>
            <category>General</category>
            <pubDate>Sat, 05 Jan 2013 08:47:43 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,174552,174948#msg-174948</guid>
            <title>Re: Software for extruding 2d image into 3d model?</title>
            <link>https://reprap.org/forum/read.php?1,174552,174948#msg-174948</link>
            <description><![CDATA[ How to go from bitmap to STL. There are many ways to do this, but here is one way that<br />
uses free and open source software. It's a little convoluted, but it's free and it works. <br />
At least for me. Your mileage may vary. <br />
<br />
There is a different way to do it on Tony Buser's blog <a href="http://tonybuser.com/2d-to-3d" target="_blank"  rel="nofollow">here.</a><br />
<br />
You will need:<br />
<a href="http://www.inkscape.org" target="_blank"  rel="nofollow">Inkscape</a><br />
<a href="http://tim.cexx.org/?p=590" target="_blank"  rel="nofollow">Better Better DXF plugin</a> for Inkscape<br />
<a href="http://www.openscad.org" target="_blank"  rel="nofollow">OpenSCAD</a><br />
<br />
To install Better Better DXF,<br />
Go to the page above and get b2_dxf_output.zip.<br />
Go to your Inkscape/share/extensions directory.<br />
Rename simpletransform.py if you want to keep it.<br />
Extract b2_dxf_output.zip to Inkscape/share/extensions.<br />
<br />
This comment is on the Better Better DXF page, and indeed I had to make this change to get it to work:<br />
"I was getting errors using Ubuntu 8.10 and Inkscape 0.47–these were resolved by replacing xpath(path,inkex.NSS) with xpath(path,namespaces = inkex.NSS) in b2_dxf_outlines.py"<br />
<br />
Now start Inkscape and...<br />
<br />
File -&gt; Import to import the bitmap image, say .bmp <br />
	Choose (embed) as the option<br />
<br />
Path -&gt; Trace Bitmap <br />
	You may have to try different settings here...<br />
<br />
Select the path you created above, and drag it away from the original bitmap.<br />
<br />
Path -&gt; Break Apart<br />
<br />
Object -&gt; Fill and Stroke ... -&gt; remove Fill (click the X), and turn on Stroke <br />
<br />
You should now have outlines and "inlines" of your pattern. <br />
Select and delete the pieces you don't want to keep, including original pattern.<br />
<br />
Now you'll want to resize the page to your image:<br />
<br />
File -&gt; Document Properties -&gt; Resize page to drawing or selection<br />
<br />
Save it as a .svg just for good measure, in case you want to come back to it later.<br />
<br />
Now save it as a dxf, choosing the "Better Better DXF Output" option.<br />
<br />
Close Inkscape. Start OpenSCAD. In OpenSCAD, run these lines<br />
<br />
linear_extrude(height = 10, convexity = 10)<br />
	import(file = "THE_NAME_OF_MY_FILE.dxf", layer = "Layer 1");<br />
<br />
and you should get an extrusion of your dxf. It may not line up with the origin, so you may have to <br />
look around for it, then move it where you want with the translate() command.<br />
<br />
F6 and Design -&gt; Export as STL to create an STL file.]]></description>
            <dc:creator>MattMoses</dc:creator>
            <category>General</category>
            <pubDate>Sat, 05 Jan 2013 01:27:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,174552,174552#msg-174552</guid>
            <title>Software for extruding 2d image into 3d model?</title>
            <link>https://reprap.org/forum/read.php?1,174552,174552#msg-174552</link>
            <description><![CDATA[ I am getting started with 3D printing and I often want the ability to extrude a 2d image into a 3d model. I have been using <a href="http://www.shapeways.com/creator/2d_to_3d/" target="_blank"  rel="nofollow">this tool from Shapeways</a>, but I was wondering if there are other ways to do this. Thanks!]]></description>
            <dc:creator>ByteMuse</dc:creator>
            <category>General</category>
            <pubDate>Wed, 02 Jan 2013 23:26:33 -0500</pubDate>
        </item>
    </channel>
</rss>
