<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Exporting format for CNCs]]></title><description><![CDATA[<p dir="auto">Hello</p>
<p dir="auto">I have some polygons I want to export in a common format for CNC cutting (2D).</p>
<p dir="auto">Tried searching around, I know there DXF and STL export in jscad but could not find a straightforward library or way to export a polygon from JSCAD to a CNC format (like STEP).</p>
<p dir="auto">Are there any options to accomplish this using jscad functions or an external library?</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://openjscad.nodebb.com/topic/306/exporting-format-for-cncs</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 22:53:36 GMT</lastBuildDate><atom:link href="https://openjscad.nodebb.com/topic/306.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 30 Sep 2021 20:20:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Exporting format for CNCs on Sat, 02 Oct 2021 22:37:31 GMT]]></title><description><![CDATA[<p dir="auto">Researching cnc workings better, seems like the conversion process is more involved and that DXF is a suitable format for generating CNC g-code from. DXF export from jscad is very reliable so far. thanks all for the replies</p>
]]></description><link>https://openjscad.nodebb.com/post/936</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/936</guid><dc:creator><![CDATA[Ion 0]]></dc:creator><pubDate>Sat, 02 Oct 2021 22:37:31 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting format for CNCs on Fri, 01 Oct 2021 23:33:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/152">@hrgdavor</a><br />
thanks!!. i'll check it out as see what options are there</p>
]]></description><link>https://openjscad.nodebb.com/post/935</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/935</guid><dc:creator><![CDATA[Ion 0]]></dc:creator><pubDate>Fri, 01 Oct 2021 23:33:28 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting format for CNCs on Fri, 01 Oct 2021 16:50:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/502">@Ion-0</a> you could use <a href="https://github.com/donalffons/opencascade.js" rel="nofollow ugc">https://github.com/donalffons/opencascade.js</a> to generate step files.</p>
<p dir="auto">Opencascade is WASM build of OCCT, that is if 12MB, but could be custom built smaller if all you need is STEP export.</p>
<p dir="auto">There are some efforts to create a simpler wrappers around it but non yet available as those devs have just recently started playing with this.</p>
]]></description><link>https://openjscad.nodebb.com/post/934</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/934</guid><dc:creator><![CDATA[hrgdavor]]></dc:creator><pubDate>Fri, 01 Oct 2021 16:50:59 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting format for CNCs on Fri, 01 Oct 2021 14:36:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/1">@z3dev</a> hello<br />
Thanks for the ansewe. I have poligons built, only targeting 2D shapes.</p>
<p dir="auto">What i am looking for is a library or way to export from javascript a cnc common file.</p>
<p dir="auto">I do understand that conversion from dxf or svg might be possible but I expect other issues as units or conversion issues and it could require an extra step.</p>
]]></description><link>https://openjscad.nodebb.com/post/933</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/933</guid><dc:creator><![CDATA[Ion 0]]></dc:creator><pubDate>Fri, 01 Oct 2021 14:36:41 GMT</pubDate></item><item><title><![CDATA[Reply to Exporting format for CNCs on Thu, 30 Sep 2021 23:08:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://openjscad.nodebb.com/uid/502">@Ion-0</a> Welcome!</p>
<p dir="auto">There are several members making designs for CNC / Cutter machines, so hopefully they can add some suggestions.</p>
<p dir="auto">DXF is still very popular for exchanging CNC designs. And newer CNC machines can also convert SVG. Are you working in 2D or 3D?</p>
<p dir="auto">For the designs, you can create 2D polygons using a set of points.</p>
<p dir="auto"><em>const myshape = polygon([point,…])</em></p>
]]></description><link>https://openjscad.nodebb.com/post/932</link><guid isPermaLink="true">https://openjscad.nodebb.com/post/932</guid><dc:creator><![CDATA[z3dev]]></dc:creator><pubDate>Thu, 30 Sep 2021 23:08:00 GMT</pubDate></item></channel></rss>