<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.base48.cz/w/index.php?action=history&amp;feed=atom&amp;title=Inkscape_to_2D_STL</id>
	<title>Inkscape to 2D STL - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.base48.cz/w/index.php?action=history&amp;feed=atom&amp;title=Inkscape_to_2D_STL"/>
	<link rel="alternate" type="text/html" href="https://wiki.base48.cz/w/index.php?title=Inkscape_to_2D_STL&amp;action=history"/>
	<updated>2026-04-09T13:11:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.3</generator>
	<entry>
		<id>https://wiki.base48.cz/w/index.php?title=Inkscape_to_2D_STL&amp;diff=2767&amp;oldid=prev</id>
		<title>imported&gt;B42: Created page with &quot;* Download &amp; install https://github.com/martymcguire/inkscape-openscad-poly * Draw something * Convert all text to paths (select text, &#039;&#039;Path-&gt;Object&#039;&#039; to path) * Join the pat...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.base48.cz/w/index.php?title=Inkscape_to_2D_STL&amp;diff=2767&amp;oldid=prev"/>
		<updated>2013-04-06T11:00:44Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;* Download &amp;amp; install https://github.com/martymcguire/inkscape-openscad-poly * Draw something * Convert all text to paths (select text, &amp;#039;&amp;#039;Path-&amp;gt;Object&amp;#039;&amp;#039; to path) * Join the pat...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;* Download &amp;amp; install https://github.com/martymcguire/inkscape-openscad-poly&lt;br /&gt;
* Draw something&lt;br /&gt;
* Convert all text to paths (select text, &amp;#039;&amp;#039;Path-&amp;gt;Object&amp;#039;&amp;#039; to path)&lt;br /&gt;
* Join the paths together (&amp;#039;&amp;#039;Edit-&amp;gt;Select All&amp;#039;&amp;#039;, &amp;#039;&amp;#039;Path-&amp;gt;Union&amp;#039;&amp;#039; (or &amp;#039;&amp;#039;Combine&amp;#039;&amp;#039;? not sure now ...))&lt;br /&gt;
* (mirror?)&lt;br /&gt;
* &amp;#039;&amp;#039;Save a Copy...&amp;#039;&amp;#039;, use &amp;#039;&amp;#039;OpenSCAD Polygons&amp;#039;&amp;#039; format&lt;br /&gt;
* look at the resulting file and remember the name of the module&lt;br /&gt;
&lt;br /&gt;
For example for&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
module rect2985() {&lt;br /&gt;
  polygon(points=&lt;br /&gt;
    [[-59.844, 54.700], [-36.460, 54.700], [-36.460, 31.316], [-59.844, 31.316]]&lt;br /&gt;
    , paths=&lt;br /&gt;
    [[0, 1, 2, 3, 0]]&lt;br /&gt;
    );}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
the name of the module is &amp;#039;&amp;#039;rect2985&amp;#039;&amp;#039; (the file will probably be much bigger).&lt;br /&gt;
&lt;br /&gt;
* create file in OpenSCAD that looks like this:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
include &amp;lt;/tmp/inkscape-image.scad&amp;gt;;&lt;br /&gt;
&lt;br /&gt;
linear_extrude(height=0.1, center=true) rect2985();&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
Substitute your respective inkscape file and module name (as described above).&lt;br /&gt;
&lt;br /&gt;
* Render, &amp;#039;&amp;#039;Export as STL...&amp;#039;&amp;#039; if you&amp;#039;re satisfied with the result&lt;/div&gt;</summary>
		<author><name>imported&gt;B42</name></author>
	</entry>
</feed>