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

<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:admin="http://webns.net/mvcb/"
 xmlns:content="http://purl.org/rss/1.0/modules/content/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
 xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/"
>

<channel rdf:about="http://igor.chudov.com/projects/Bridgeport-Series-II-Interact-2-CNC-Mill/_My-EMC-G-Code-Subroutines/">
<title>Updates to: Igor Chudov&#x27;s Open Source EMC2 CNC G-Code Subroutines</title>
<link>http://igor.chudov.com/projects/Bridgeport-Series-II-Interact-2-CNC-Mill/_My-EMC-G-Code-Subroutines/</link>
<description>&#x3C;P&#x3E;
  Below is the source code for G-code subroutines implementing typical milling tasks (pocketing, etc).
  They are compatible with EMC 2.3.4 and later. 
&#x3C;/P&#x3E;

&#x3C;P&#x3E;

  There is a few functions here. The &#x22;pocket&#x22; functions are for
  pocketing (removing material in the middle). The &#x22;groove&#x22; functions
  do not remove material in the middle of the pocket, they just cut a
  groove. They are often used to remove pieces of sheet material.
  The &#x22;deep&#x22; designation means a multipass cutting approach.
&#x3C;/P&#x3E;

&#x3C;P&#x3E;
  Function &#x22;cutoff&#x22; lets you cut off a piece of stock, held in the
  vise, and for dimensions you only need to specify the depth of the
  stock and the Y on the far side. Your end mill must be positioned
  near the top corner of the part you are cutting off that is close to you.
  It will not make the X axis and will cut on the X where you have your endmill. 
&#x3C;/P&#x3E;

&#x3C;P&#x3E;

  &#x3C;B&#x3E;
    TERMS: &#x3C;A HREF=http://www.gnu.org/licenses/gpl.html&#x3E;GNU Public License&#x3C;/A&#x3E;.
    All code is a copy of my current code and some may be
    under development, so test before you run.
  &#x3C;/B&#x3E;
  
&#x3C;/P&#x3E;
</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright Protected</dc:rights>
<dc:date>2016-03-04T16:46+00:00</dc:date>
<dc:publisher>webmaster@algebra.com</dc:publisher>
<dc:creator>webmaster@algebra.com</dc:creator>
<syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
<syn:updateFrequency>12</syn:updateFrequency>
<syn:updatePeriod>hourly</syn:updatePeriod>
<taxo:topics>
  <rdf:Bag>
    <rdf:li resource="http://dmoz.org/Kids_and_Teens/School_Time/Math/Algebra/" />
    <rdf:li resource="http://dmoz.org/Science/Math/Algebra/High_School/" />
  </rdf:Bag>
</taxo:topics>
<items>
 <rdf:Seq>
  <rdf:li rdf:resource="http://igor.chudov.com/projects/Bridgeport-Series-II-Interact-2-CNC-Mill/_My-EMC-G-Code-Subroutines/." />
 </rdf:Seq>
</items>
</channel>
<item rdf:about="http://igor.chudov.com/projects/Bridgeport-Series-II-Interact-2-CNC-Mill/_My-EMC-G-Code-Subroutines/.">
<title>Igor Chudov&#x27;s Open Source EMC2 CNC G-Code Subroutines</title>
<link>http://igor.chudov.com/projects/Bridgeport-Series-II-Interact-2-CNC-Mill/_My-EMC-G-Code-Subroutines/.</link>
<description>&#x3C;P&#x3E;
  Below is the source code for G-code subroutines implementing typical milling tasks (pocketing, etc).
  They are compatible with EMC 2.3.4 and later. 
&#x3C;/P&#x3E;

&#x3C;P&#x3E;

  There is a few functions here. The &#x22;pocket&#x22; functions are for
  pocketing (removing material in the middle). The &#x22;groove&#x22; functions
  do not remove material in the middle of the pocket, they just cut a
  groove. They are often used to remove pieces of sheet material.
  The &#x22;deep&#x22; designation means a multipass cutting approach.
&#x3C;/P&#x3E;

&#x3C;P&#x3E;
  Function &#x22;cutoff&#x22; lets you cut off a piece of stock, held in the
  vise, and for dimensions you only need to specify the depth of the
  stock and the Y on the far side. Your end mill must be positioned
  near the top corner of the part you are cutting off that is close to you.
  It will not make the X axis and will cut on the X where you have your endmill. 
&#x3C;/P&#x3E;

&#x3C;P&#x3E;

  &#x3C;B&#x3E;
    TERMS: &#x3C;A HREF=http://www.gnu.org/licenses/gpl.html&#x3E;GNU Public License&#x3C;/A&#x3E;.
    All code is a copy of my current code and some may be
    under development, so test before you run.
  &#x3C;/B&#x3E;
  
&#x3C;/P&#x3E;
</description>
</item>
</rdf:RDF>