<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Notching a Circle in Inkscape</title>
	<atom:link href="http://www.neufeld.newton.ks.us/electronics/?feed=rss2&#038;p=1489" rel="self" type="application/rss+xml" />
	<link>http://www.neufeld.newton.ks.us/electronics/?p=1489</link>
	<description></description>
	<lastBuildDate>Sun, 08 Dec 2024 17:19:24 -0600</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Keith Neufeld</title>
		<link>http://www.neufeld.newton.ks.us/electronics/?p=1489&#038;cpage=1#comment-29523</link>
		<dc:creator>Keith Neufeld</dc:creator>
		<pubDate>Sat, 03 Mar 2012 17:12:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.neufeld.newton.ks.us/electronics/?p=1489#comment-29523</guid>
		<description>Nudel, I haven&#039;t gone back and forth between Inkscape and OpenSCAD yet and wasn&#039;t thinking about OpenSCAD&#039;s DXF export.  That&#039;s probably simpler than adding the &lt;a href=&quot;http://tim.cexx.org/?p=590&quot; rel=&quot;nofollow&quot;&gt;Better Better DXF Output for Inkscape&lt;/a&gt;, and keeps all the source in one place -- thanks!  I will increase $fn on the circle, though, for lazzing.</description>
		<content:encoded><![CDATA[<p>Nudel, I haven&#8217;t gone back and forth between Inkscape and OpenSCAD yet and wasn&#8217;t thinking about OpenSCAD&#8217;s DXF export.  That&#8217;s probably simpler than adding the <a href="http://tim.cexx.org/?p=590" rel="nofollow">Better Better DXF Output for Inkscape</a>, and keeps all the source in one place &#8212; thanks!  I will increase $fn on the circle, though, for lazzing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nudel</title>
		<link>http://www.neufeld.newton.ks.us/electronics/?p=1489&#038;cpage=1#comment-29522</link>
		<dc:creator>Nudel</dc:creator>
		<pubDate>Sat, 03 Mar 2012 16:46:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.neufeld.newton.ks.us/electronics/?p=1489#comment-29522</guid>
		<description>&lt;a href=&quot;http://www2.neufeld.newton.ks.us/images/electronics/2012/03/03/Nudel-OpenSCAD.png&quot; rel=&quot;nofollow&quot;&gt;&lt;img src=&quot;http://www2.neufeld.newton.ks.us/images/electronics/2012/03/03/Nudel-OpenSCAD_mid.png&quot; alt=&quot;OpenSCAD notched circle&quot; /&gt;&lt;/a&gt;

Here&#039;s a suggestion done directly in OpenSCAD, if the commentary area accepts code.

&lt;code&gt;r = 10; s = 1; n = 16;
//linear_extrude(height=10)
difference(){
circle(r=r);
for(i=[1:n]) rotate([0,0,360/n*i]) translate([r,0,0]) rotate([0,0,45]) square([s,s],center=true);
}&lt;/code&gt;

Uncomment linear_extrude to make the part for subtraction in OpenSCAD. This of course assumes the dxf export from OpenSCAD is compatible with the laser-cutter. Inkscape does read the dxf fine though.</description>
		<content:encoded><![CDATA[<p><a href="http://www2.neufeld.newton.ks.us/images/electronics/2012/03/03/Nudel-OpenSCAD.png" rel="nofollow"><img src="http://www2.neufeld.newton.ks.us/images/electronics/2012/03/03/Nudel-OpenSCAD_mid.png" alt="OpenSCAD notched circle" /></a></p>
<p>Here&#8217;s a suggestion done directly in OpenSCAD, if the commentary area accepts code.</p>
<p><code>r = 10; s = 1; n = 16;<br />
//linear_extrude(height=10)<br />
difference(){<br />
circle(r=r);<br />
for(i=[1:n]) rotate([0,0,360/n*i]) translate([r,0,0]) rotate([0,0,45]) square([s,s],center=true);<br />
}</code></p>
<p>Uncomment linear_extrude to make the part for subtraction in OpenSCAD. This of course assumes the dxf export from OpenSCAD is compatible with the laser-cutter. Inkscape does read the dxf fine though.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
