<?xml version="1.0" encoding="utf-8" ?>

<rss version="2.0" 
   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
   xmlns:admin="http://webns.net/mvcb/"
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
   xmlns:wfw="http://wellformedweb.org/CommentAPI/"
   xmlns:content="http://purl.org/rss/1.0/modules/content/"
   >
<channel>
    
    <title>blog.crox.net (Entries tagged as openscad)</title>
    <link>https://blog.crox.net/</link>
    <description></description>
    <dc:language>en</dc:language>
    <generator>Serendipity 2.5.0 - http://www.s9y.org/</generator>
    <pubDate>Sun, 21 Nov 2021 20:33:22 GMT</pubDate>

    <image>
    <url>https://blog.crox.net/templates/2k11/img/s9y_banner_small.png</url>
    <title>RSS: blog.crox.net - </title>
    <link>https://blog.crox.net/</link>
    <width>100</width>
    <height>21</height>
</image>

<item>
    <title>Split a multi-object STL file into separate files containing each one object</title>
    <link>https://blog.crox.net/archives/120-Split-a-multi-object-STL-file-into-separate-files-containing-each-one-object.html</link>
    
    <comments>https://blog.crox.net/archives/120-Split-a-multi-object-STL-file-into-separate-files-containing-each-one-object.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=120</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=120</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    &lt;pre&gt;slic3r --split input.stl&lt;/pre&gt;This will create &lt;tt&gt;input.stl_01.stl&lt;/tt&gt;, &lt;tt&gt;input.stl_02.stl&lt;/tt&gt; etc. in the same directory.&lt;br /&gt;
&lt;br /&gt;
This worked perfectly for me on a file created with &lt;a href=&quot;https://openscad.org/&quot;&gt;OpenSCAD&lt;/a&gt; containing different parts that I wanted to print individually with &lt;a href=&quot;https://gitlab.com/lulzbot3d/cura-le/release/&quot;&gt;Cura Lulzbot Edition&lt;/a&gt;. I found the info &lt;a href=&quot;https://reprap.org/forum/read.php?263,662579&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
  
    </content:encoded>

    <pubDate>Sat, 20 Nov 2021 14:03:00 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/120-guid.html</guid>
    <category>3d printing</category>
<category>openscad</category>

</item>
<item>
    <title>APA106 KiCad library (including APA-106-F8 footprint and 3D model)</title>
    <link>https://blog.crox.net/archives/102-APA106-KiCad-library-including-APA-106-F8-footprint-and-3D-model.html</link>
    
    <comments>https://blog.crox.net/archives/102-APA106-KiCad-library-including-APA-106-F8-footprint-and-3D-model.html#comments</comments>
    <wfw:comment>https://blog.crox.net/wfwcomment.php?cid=102</wfw:comment>

    <slash:comments>0</slash:comments>
    <wfw:commentRss>https://blog.crox.net/rss.php?version=2.0&amp;type=comments&amp;cid=102</wfw:commentRss>
    

    <author>nospam@example.com (crox)</author>
    <content:encoded>
    &lt;em&gt;Wondering what APA106 addressable RGB LED are? Get some from &lt;a href=&quot;https://ebay.us/Dyznub&quot; title=&quot;APA106 on eBay&quot;&gt;eBay&lt;/a&gt;, &lt;a href=&quot;http://s.click.aliexpress.com/e/3zrvj6E&quot; title=&quot;search APA106 on AliExpress&quot;&gt;AliExpress&lt;/a&gt; or &lt;a href=&quot;https://www.sparkfun.com/products/12877&quot; title=&quot;SparkFun APA106&quot;&gt;SparkFun&lt;/a&gt;.&lt;/em&gt;&lt;br /&gt;
&lt;br /&gt;
In case this is useful to anyone else: here is my &lt;a href=&quot;http://blog.crox.net/uploads/apa-106-kicad.tar.gz&quot; title=&quot;APA-106-F8 RGB LED KiCad library&quot;&gt;APA-106-F8 RGB LED KiCad library&lt;/a&gt;, including 3D model for pretty rendering.&lt;br /&gt;
&lt;br /&gt;
You are free to use/change/distribute it in any way for any purpose. Attribution would be nice but is not mandatory.&lt;br /&gt;
&lt;br /&gt;
The 3D model was made with OpenSCAD based on &lt;a href=&quot;http://happyrobotlabs.com/posts/tutorials/tutorial-3d-kicad-parts-using-openscad-and-wings3d/&quot; title=&quot;3D KiCAD Parts using OpenSCAD and Wings3D&quot;&gt;the instructions from Christopher J. Woodall&lt;/a&gt;. (The only difference is that I used meshlab to convert the OpenSCAD STL to binary instead of meshconv.)&lt;br /&gt;
&lt;br /&gt;
Update 2020-12-05: the original post with the instructions is no longer online, but you can still find it &lt;a href=&quot;http://web.archive.org/web/20161029083801/http://happyrobotlabs.com/posts/tutorials/tutorial-3d-kicad-parts-using-openscad-and-wings3d/&quot;&gt;here&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
If you are interested, here is the &lt;a href=&quot;http://blog.crox.net/uploads/apa-106-f8_with_pins.scad&quot; title=&quot;APA-106-F8 OpenSCAD model&quot;&gt;OpenSCAD source file&lt;/a&gt;.&lt;br /&gt;
&lt;br /&gt;
&lt;!-- s9ymdb:21 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;175&quot; height=&quot;201&quot;  src=&quot;https://blog.crox.net/uploads/apa106_eeschema.png&quot;  alt=&quot;&quot; /&gt; &lt;!-- s9ymdb:22 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;226&quot; height=&quot;272&quot;  src=&quot;https://blog.crox.net/uploads/apa-106-f8_pcbnew.png&quot;  alt=&quot;&quot; /&gt; &lt;!-- s9ymdb:23 --&gt;&lt;img class=&quot;serendipity_image_center&quot; width=&quot;355&quot; height=&quot;310&quot;  src=&quot;https://blog.crox.net/uploads/apa-106-f8_pcbnew_3d.png&quot;  alt=&quot;&quot; /&gt; 
    </content:encoded>

    <pubDate>Sun, 01 Jan 2017 19:13:00 +0000</pubDate>
    <guid isPermaLink="false">https://blog.crox.net/archives/102-guid.html</guid>
    <category>apa-106</category>
<category>kicad</category>
<category>openscad</category>
<category>pcb</category>

</item>

</channel>
</rss>
