<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Meat and Networking &#187; KiCad</title>
	<atom:link href="http://www.meatandnetworking.com/category/kicad/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.meatandnetworking.com</link>
	<description>Occasional Innovation</description>
	<lastBuildDate>Sun, 16 Jun 2013 15:49:49 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Creating SVG files for solder paste stencil stencils from KiCad</title>
		<link>http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=creating-svg-files-worth-of-creating-solder-stencils-from-kicad</link>
		<comments>http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/#comments</comments>
		<pubDate>Thu, 22 Dec 2011 00:26:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[KiCad]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[kicad]]></category>
		<category><![CDATA[pcb]]></category>

		<guid isPermaLink="false">http://www.meatandnetworking.com/?p=207</guid>
		<description><![CDATA[Eventually, hand soldering surface mount components becomes a pain, especially if you&#8217;re doing small manufacturing runs. It&#8217;s much easier to work with solder paste and a hotplate.  Joints are higher quality, and you can manufacture more boards at once.  If it was good enough to get Sparkfun started, it&#8217;s certainly good enough for us! Working [...]]]></description>
				<content:encoded><![CDATA[<p>Eventually, hand soldering surface mount components becomes a pain, especially if you&#8217;re doing small manufacturing runs. It&#8217;s much easier to work with solder paste and a hotplate.  Joints are higher quality, and you can manufacture more boards at once.  If it was good enough to get <a href="http://www.sparkfun.com">Sparkfun</a> started, it&#8217;s certainly good enough for us! Working with solder paste does require a stencil, though.  The stencil contains precisely sized holes which allow solder paste to be precision applied to the metal pads on your PCB.  There are many companies which will provide cheap and high quality stencils, but if you have access to a laser cutter, there&#8217;s no reason you can&#8217;t do this yourself.</p>
<p>There are a lot of guides out there for creating SVG stencils from Eagle, so I&#8217;ll be covering KiCad in this tutorial.  Additionally, the laser cutter I have access to at the <a href="http://lvl1.org">LVL1 Hackerspace</a> is a <a href="http://fslaser.com/">Full Spectrum</a> laser which can cut directly from <a href="http://inkscape.org">Inkscape</a>, so I&#8217;ll be basing this tutorial on Inkscape.</p>
<h1>Step 1</h1>
<p style="text-align: left;">Generate gerbers from your completely routed KiCad PCB project.  There are a lot of good guides out there for getting to this point in KiCad.</p>
<p style="text-align: left;"><a href="http://reprap.org/wiki/KiCad">http://reprap.org/wiki/KiCad</a></p>
<p style="text-align: left;"><a href="http://code.google.com/p/opendous/wiki/KiCADTutorialCreatingGerberFiles">http://code.google.com/p/opendous/wiki/KiCADTutorialCreatingGerberFiles</a></p>
<p style="text-align: left;">and a collection of resources here: <a href="http://meatandnetworking.com/w/Kicad_Resources">http://meatandnetworking.com/w/Kicad_Resources</a></p>
<h1 style="text-align: left;">Step 2</h1>
<p style="text-align: center;"><a href="http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/attachment/2/" rel="attachment wp-att-209"><img class="aligncenter  wp-image-209" title="KiCad Stencil Making: Step 2" src="http://www.meatandnetworking.com/wp-content/uploads/2.png" alt="" width="502" height="340" /></a></p>
<p style="text-align: left;">Open your PCB in a program like <a href="http://gerbv.sourceforge.net/">Gerbv</a>.  Any gerber viewer capable of outputting to SVG is alright for this, but I like gerbv the best.  You&#8217;ll want to open the solder paste layer, which KiCad names by default to something like &#8220;pcbFileName-SoldP_Front.gtp&#8221;.</p>
<p style="text-align: center;"><a href="http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/attachment/3/" rel="attachment wp-att-210"><img class="aligncenter  wp-image-210" title="KiCad Stencil Making: Step 3" src="http://www.meatandnetworking.com/wp-content/uploads/3.png" alt="" width="496" height="337" /></a></p>
<p style="text-align: left;">Export to SVG, put the file anywhere you like. In Linux, you have to manually add the SVG file extension.</p>
<h1 style="text-align: left;">Step 3</h1>
<p style="text-align: center;"><a href="http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/attachment/4/" rel="attachment wp-att-211"><img class="aligncenter  wp-image-211" title="KiCad Stencil Making: Step 4" src="http://www.meatandnetworking.com/wp-content/uploads/4.png" alt="" width="488" height="365" /></a></p>
<p style="text-align: left;">Open the file in <a href="http://inkscape.org/">Inkscape</a>.</p>
<p style="text-align: center;"><a href="http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/attachment/5/" rel="attachment wp-att-212"><img class="aligncenter  wp-image-212" title="KiCad Stencil Making: Step 5" src="http://www.meatandnetworking.com/wp-content/uploads/5.png" alt="" width="554" height="450" /></a></p>
<p style="text-align: left;">Ungroup the objects by right-clicking on a pad or line and selecting &#8220;Ungroup.&#8221;</p>
<p style="text-align: center;"><a href="http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/attachment/6/" rel="attachment wp-att-213"><img class="aligncenter  wp-image-213" title="KiCad Stencil Making: Step 6" src="http://www.meatandnetworking.com/wp-content/uploads/6.png" alt="" width="554" height="450" /></a></p>
<p style="text-align: left;">Open the &#8220;Fill and Stroke&#8221; menu.</p>
<p style="text-align: center;"><a href="http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/attachment/7/" rel="attachment wp-att-214"><img class="aligncenter  wp-image-214" title="KiCad Stencil Making: Step 7" src="http://www.meatandnetworking.com/wp-content/uploads/7.png" alt="" width="554" height="450" /></a></p>
<p style="text-align: center;">Clear the &#8220;Fill&#8221;.<br />
<a href="http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/attachment/8/" rel="attachment wp-att-215"><img class="aligncenter  wp-image-215" title="KiCad Stencil Making: Step 8" src="http://www.meatandnetworking.com/wp-content/uploads/8.png" alt="" width="554" height="450" /></a></p>
<p style="text-align: left;">Turn on &#8220;Stroke&#8221; and set it to a color that your laser cutter likes.</p>
<p style="text-align: center;"><a href="http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/attachment/9/" rel="attachment wp-att-216"><img class="aligncenter  wp-image-216" title="KiCad Stencil Making: Step 9" src="http://www.meatandnetworking.com/wp-content/uploads/9.png" alt="" width="554" height="450" /></a></p>
<p style="text-align: left;">Our full spectrum laser will try to cut the inside and the outside of the stroke if it&#8217;s too thick.  .1mm is thin enough that our laser cutter software will only cut the outside of the stroke.</p>
<h1 style="text-align: left;">Step 4</h1>
<p>Before proceeding, you can delete the board outline, since it&#8217;s unnecessary.</p>
<p style="text-align: center;"><a href="http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/attachment/10/" rel="attachment wp-att-217"><img class="aligncenter  wp-image-217" title="KiCad Stencil Making: Step 10" src="http://www.meatandnetworking.com/wp-content/uploads/10.png" alt="" width="554" height="450" /></a></p>
<p style="text-align: left;">Select all the objects, and open the &#8220;Transform&#8221; menu under &#8220;Object.&#8221;  Under the &#8220;Scale&#8221; tab, <strong>MAKE SURE </strong>that &#8220;Apply to each object seperately&#8221; is <strong>CHECKED.</strong>  This maintains the centroids of all your pads.  You&#8217;ll have to play around a little bit to get this value just right. Decreasing the size of the features is necessary due to the thickness of the stencil material.  The thicker the material, the more you&#8217;ll need to reduce the size of each feature.  For overhead transparency plastic, 90% is just about right.</p>
<p style="text-align: left;">Now you&#8217;ve got a finished stencil SVG, suitable for lasering.  In a future post, I&#8217;ll show off how to soldering using paste and a hotplate.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.meatandnetworking.com/tutorials/creating-svg-files-worth-of-creating-solder-stencils-from-kicad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>A Cavalcade of KiCad Resources</title>
		<link>http://www.meatandnetworking.com/resources/a-cavalcade-of-kicad-resources/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-cavalcade-of-kicad-resources</link>
		<comments>http://www.meatandnetworking.com/resources/a-cavalcade-of-kicad-resources/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 02:37:17 +0000</pubDate>
		<dc:creator>Brad</dc:creator>
				<category><![CDATA[KiCad]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[kicad]]></category>

		<guid isPermaLink="false">http://www.meatandnetworking.com/?p=197</guid>
		<description><![CDATA[This list will be kept up to date on the wiki: http://meatandnetworking.com/w/Kicad_Resources KiCad is an Electronic Design tool, similar to EagleCAD. KiCad is free, open source software, and runs on OSX, Linux and Windows. KiCad is unrestricted. All features may be used for hobbyist or commercial works. Here are some features of KiCad that might appeal to [...]]]></description>
				<content:encoded><![CDATA[<p><strong>This list will be kept up to date on the wiki: </strong><a href="http://meatandnetworking.com/w/Kicad_Resources">http://meatandnetworking.com/w/Kicad_Resources</a></p>
<p><a class="external text" href="http://en.wikipedia.org/wiki/KiCAD" rel="nofollow">K</a><a class="external text" href="http://en.wikipedia.org/wiki/KiCAD" rel="nofollow">iCad</a> is an Electronic Design tool, similar to <a class="external text" href="http://www.cadsoftusa.com/" rel="nofollow">EagleCAD</a>. KiCad is free, open source software, and runs on OSX, Linux and Windows. KiCad is unrestricted. All features may be used for hobbyist or commercial works.</p>
<p>Here are some features of KiCad that might appeal to the hobbyist:</p>
<table style="border: 1px; background-color: #f9f9f9; solid #b0b0b0; padding: 3px; width: 100%;" cellpadding="5">
<tbody>
<tr>
<td valign="top">
<ul>
<li>No restrictions on board size</li>
<li>No restrictions on number of layers</li>
<li>On-the-fly DRC test</li>
</ul>
</td>
<td valign="top">
<ul>
<li>Nested schematic sheets</li>
<li>No restrictions on commercial use</li>
<li>Completely open source<br />
(We should use open source software to build open source hardware!)</li>
</ul>
</td>
</tr>
</tbody>
</table>
<h2><span id="Getting_Started" class="mw-headline">Getting Started </span></h2>
<ul>
<li><a class="external text" href="http://kicad.sourceforge.net/wiki/Main_Page" rel="nofollow">Kicad Project Homepage</a><br />
KiCad can be downloaded here. KiCad support on OSX is alright, but not as good as the other platforms.</li>
</ul>
<ul>
<li><a class="external text" href="https://code.launchpad.net/~adamwolf/+archive/kicad-testing-daily" rel="nofollow">kicad-testing-daily</a><br />
For Ubuntu users: Adam Wolf maintains a launchpad PPA for the KiCad daily build. This build is generally stable, and months ahead of the &#8220;official&#8221; release.</li>
</ul>
<ul>
<li><a class="external text" href="http://www.wayneandlayne.com/blog/2010/12/03/how-to-build-kicad-on-ubuntu/" rel="nofollow">How to build KiCad from source</a><br />
<a class="external text" href="http://www.wayneandlayne.com" rel="nofollow">Wayne and Layne</a> have a great article on how to build KiCad from source (on Ubuntu).</li>
</ul>
<h2><span id="Basic_Tutorials" class="mw-headline">Basic Tutorials </span></h2>
<ul>
<li><a class="external text" href="http://store.curiousinventor.com/guides/kicad/" rel="nofollow">Curious Inventor KiCad Guides</a><br />
These guides are very comprehensive, and will get you up and running in no time at all. Unfortunately, they&#8217;re a little out of date. For example, they still refer to KiCad as having no &#8220;undo&#8221; functionality, which it now does.</li>
</ul>
<ul>
<li><a class="external text" href="http://teholabs.com/knowledge/kicad.html" rel="nofollow">Teho Labs Kicad Tutorial</a><br />
Brian from Teho Labs wrote this great tutorial</li>
</ul>
<ul>
<li><a class="external text" href="http://en.wikibooks.org/wiki/Kicad/Kicad" rel="nofollow">WikiBooks</a><br />
This isn&#8217;t the best tutorial in the world, but it&#8217;s got a great, thorough <a class="external text" href="http://en.wikibooks.org/wiki/Kicad/FAQ" rel="nofollow">FAQ</a>.</li>
</ul>
<ul>
<li><a class="external text" href="http://uhaweb.hartford.edu/jmhill/suppnotes/KiCadDia/index.htm" rel="nofollow">Dr. Johnathan Hill&#8217;s</a> Kicad Tutorials<br />
Dr. Hill takes readers through an example project, which is a great way to get a good understanding of the workflow of KiCad.</li>
</ul>
<ul>
<li><a class="external text" href="http://kicadhowto.org/" rel="nofollow">KicadHowto.org</a><br />
This is the new tutorial on the block. It&#8217;s not very well organized, but the information contained therein is very good.</li>
</ul>
<ul>
<li><a class="external text" href="http://wiki.xtronics.com/index.php/Kicad" rel="nofollow">TransTronics Wiki</a><br />
Again, poorly organized, but there&#8217;s a lot of good info about general KiCad use here. Some parts are also a bit out of date.</li>
</ul>
<h2><span id="KiCad_Libraries" class="mw-headline">KiCad Libraries </span></h2>
<p>EagleCad users are familiar with having large parts libraries available instantly. With companies like <a class="external text" href="http://adafruit.com/" rel="nofollow">Adafruit</a>, <a class="external text" href="http://sparkfun.com" rel="nofollow">Sparkfun</a> and <a class="external text" href="http://www.dangerousprototypes.com" rel="nofollow">DangerousPrototypes</a> publishing high-quality Eagle libraries, it can be tough to transition. These resources should help you overcome that hump.</p>
<ul>
<li><a class="external text" href="http://kicadlib.org/" rel="nofollow">KiCadLib.org</a><br />
A highly respectable collection of library components.</li>
</ul>
<ul>
<li><a class="external text" href="http://library.oshec.org/" rel="nofollow">Open Source Hardware Engineering Community Library</a><br />
Here you&#8217;ll find all the default component libraries that come with Eagle converted for use in KiCad. Not all of them are 100%, but it&#8217;s a great boost.</li>
</ul>
<ul>
<li><a class="external text" href="http://kicad.rohrbacher.net/quicklib.php" rel="nofollow">QuickLibGen</a><br />
When you have to make your own part, this can really speed up the process. Provide some basic info, and download your schematic symbol.</li>
</ul>
<ul>
<li><a class="external text" href="http://cyclerecorder.org/footprintbuilder/" rel="nofollow">Footprint Builder</a><br />
A Java program for quickly creating certain types of land patterns for KiCad components.</li>
</ul>
<ul>
<li><a class="external text" href="http://www.darc.de/uploads/media/SymboleFuerKiCad318082009-RevC-EN.pdf" rel="nofollow">Creating and Modifying Symbols for KiCad</a><br />
This PDF does a good job of covering some of the more fiddly parts of creating and modifying symbols using the build-in editor.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.meatandnetworking.com/resources/a-cavalcade-of-kicad-resources/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
