<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Text cutout</title>
        <description> Hello,

What will be the best way of put some text cutout in the print?  Like the letters in a spray stencil plate.

I thought I could simply do linear extrusion of 2D text shapes from a DFX file, and carve that out from the print body using a difference operation in OpenSCAD.

Well, that probably is one of the ways to do it, but I am having a problem creating a DFX file which OpenSCAD can read.  The only program I currently have to create a DFX file is MS Visio, but OpenSCAD does not like the format. :(

Are there any free/open source tool which either generates DFX out of text (preferably support both TrueType and Unicode and more!) or convert common graphics file, like black &amp;amp; white GIF or TIFF into DFX out there?

Or, is there actually a different/better way to do this?</description>
        <link>https://reprap.org/forum/read.php?1,245101,245101#msg-245101</link>
        <lastBuildDate>Sat, 18 Jul 2026 23:09:21 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?1,245101,245154#msg-245154</guid>
            <title>Re: Text cutout</title>
            <link>https://reprap.org/forum/read.php?1,245101,245154#msg-245154</link>
            <description><![CDATA[ I have special needs (different language fonts, mix of graphics and text) so what works best for me is:<br />
<br />
Create 2d graphics in inkscape<br />
Convert everything to paths<br />
Insert nodes (to smooth out the paths)<br />
Flatten beziers<br />
Save as dxf<br />
<br />
Then I can import into OpenSCAD and extrude.<br />
<br />
This is similar to the method mentioned in one of the links above, but I found I needed to insert nodes to get good results with some of the Indic fonts I use. Some of the instructions I read for Inkscape didn't mention that some of the tools only operate on the current path node editing tool selection.<br />
<br />
Also note that inserting too many nodes can cause OpenSCAD to run out of memory.]]></description>
            <dc:creator>papergeek</dc:creator>
            <category>General</category>
            <pubDate>Fri, 13 Sep 2013 17:29:07 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,245101,245150#msg-245150</guid>
            <title>Re: Text cutout</title>
            <link>https://reprap.org/forum/read.php?1,245101,245150#msg-245150</link>
            <description><![CDATA[ Try these threads:<br />
<br />
<a href="http://forums.reprap.org/read.php?1,222381" target="_blank"  rel="nofollow">Image to 3D</a><br />
<a href="http://forums.reprap.org/read.php?1,174552" target="_blank"  rel="nofollow">Software for extruding 2d image into 3d model?</a><br />
<a href="http://forums.reprap.org/read.php?1,238904" target="_blank"  rel="nofollow">openscad dxf import</a><br />
<br />
They all discuss various ways to handle DXF files in OpenSCAD.]]></description>
            <dc:creator>MattMoses</dc:creator>
            <category>General</category>
            <pubDate>Fri, 13 Sep 2013 17:03:18 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,245101,245148#msg-245148</guid>
            <title>Re: Text cutout</title>
            <link>https://reprap.org/forum/read.php?1,245101,245148#msg-245148</link>
            <description><![CDATA[ i do this with sketchup.<br />
put a rectangle on the ground<br />
put your 3D text on,<br />
select all and click the intersect? all (don't know the english name as i use a dutch version)<br />
if you now remove the text it just leaves the holes there.<br />
<br />
done.]]></description>
            <dc:creator>possenier</dc:creator>
            <category>General</category>
            <pubDate>Fri, 13 Sep 2013 16:59:14 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?1,245101,245101#msg-245101</guid>
            <title>Text cutout</title>
            <link>https://reprap.org/forum/read.php?1,245101,245101#msg-245101</link>
            <description><![CDATA[ Hello,<br />
<br />
What will be the best way of put some text cutout in the print?  Like the letters in a spray stencil plate.<br />
<br />
I thought I could simply do linear extrusion of 2D text shapes from a DFX file, and carve that out from the print body using a difference operation in OpenSCAD.<br />
<br />
Well, that probably is one of the ways to do it, but I am having a problem creating a DFX file which OpenSCAD can read.  The only program I currently have to create a DFX file is MS Visio, but OpenSCAD does not like the format. :(<br />
<br />
Are there any free/open source tool which either generates DFX out of text (preferably support both TrueType and Unicode and more!) or convert common graphics file, like black &amp; white GIF or TIFF into DFX out there?<br />
<br />
Or, is there actually a different/better way to do this?]]></description>
            <dc:creator>Yamster</dc:creator>
            <category>General</category>
            <pubDate>Fri, 13 Sep 2013 13:07:11 -0400</pubDate>
        </item>
    </channel>
</rss>
