<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Diego Gabriel Dominguez</title>
    <description>The latest articles on DEV Community by Diego Gabriel Dominguez (@diego_gabrieldominguez_b).</description>
    <link>https://dev.to/diego_gabrieldominguez_b</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3885362%2Fcc7b0903-cb34-4782-9854-8fcbe8aa322a.jpg</url>
      <title>DEV Community: Diego Gabriel Dominguez</title>
      <link>https://dev.to/diego_gabrieldominguez_b</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/diego_gabrieldominguez_b"/>
    <language>en</language>
    <item>
      <title>How I built a tool that converts SVG files into 3D letter fabrication files (STL + DXF)</title>
      <dc:creator>Diego Gabriel Dominguez</dc:creator>
      <pubDate>Sat, 18 Apr 2026 02:05:12 +0000</pubDate>
      <link>https://dev.to/diego_gabrieldominguez_b/how-i-built-a-tool-that-converts-svg-files-into-3d-letter-fabrication-files-stl-dxf-1le3</link>
      <guid>https://dev.to/diego_gabrieldominguez_b/how-i-built-a-tool-that-converts-svg-files-into-3d-letter-fabrication-files-stl-dxf-1le3</guid>
      <description>&lt;h2&gt;
  
  
  The problem
&lt;/h2&gt;

&lt;p&gt;Every time a client wanted dimensional letters — for a sign, an &lt;br&gt;
installation, a storefront — I hit the same wall.&lt;/p&gt;

&lt;p&gt;Either I had to hire a 3D modeler, or spend hours in Blender &lt;br&gt;
manually extruding paths, fixing normals, and setting up tolerances &lt;br&gt;
for the acrylic slot.&lt;/p&gt;

&lt;p&gt;Neither option was good. Hiring someone adds cost and back-and-forth. &lt;br&gt;
Blender works, but it's slow and overkill for something that's &lt;br&gt;
essentially a parametric operation on a 2D shape.&lt;/p&gt;

&lt;p&gt;So I built FacLet3D.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;You upload any SVG file — a typeface, a logo, any vector shape — and &lt;br&gt;
the app generates:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;STL files&lt;/strong&gt; for the shell and base (ready for 3D printing or CNC)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;DXF file&lt;/strong&gt; for the acrylic face&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You control:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Wall thickness&lt;/li&gt;
&lt;li&gt;Base structure (outer wall, inner wall, heights)&lt;/li&gt;
&lt;li&gt;Acrylic slot dimensions&lt;/li&gt;
&lt;li&gt;General tolerances&lt;/li&gt;
&lt;li&gt;Live 3D preview in the browser&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No CAD knowledge needed. No Blender. No modeler.&lt;/p&gt;

&lt;h2&gt;
  
  
  How it works under the hood
&lt;/h2&gt;

&lt;p&gt;The core challenge was parsing arbitrary SVG paths — including &lt;br&gt;
compound paths, holes, and nested shapes — and turning them into &lt;br&gt;
watertight solids with consistent normals.&lt;/p&gt;

&lt;p&gt;SVG paths can be messy: overlapping subpaths, mixed winding orders, &lt;br&gt;
self-intersections. Getting clean geometry out of arbitrary user input &lt;br&gt;
required a lot of edge case handling.&lt;/p&gt;

&lt;p&gt;The base and shell are generated as separate STL files so they can be &lt;br&gt;
printed independently or assembled. The acrylic DXF is offset inward &lt;br&gt;
by a configurable amount to account for laser kerf.&lt;/p&gt;

&lt;h2&gt;
  
  
  Who it's for
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Graphic designers who want to hand off production-ready files 
without learning CAD&lt;/li&gt;
&lt;li&gt;Signage makers and print shops&lt;/li&gt;
&lt;li&gt;Makers with 3D printers who want to fabricate dimensional lettering&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;Free tier available at: &lt;a href="https://faclet3d.factorgrafico.com" rel="noopener noreferrer"&gt;https://faclet3d.factorgrafico.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Built solo. Feedback very welcome — especially from anyone who works &lt;br&gt;
with signage or fabrication.&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foy14sewcrq1utpy23q52.webp" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Foy14sewcrq1utpy23q52.webp" alt=" " width="800" height="613"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>webdev</category>
      <category>3d</category>
      <category>productivity</category>
    </item>
  </channel>
</rss>
