<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>pyCAM -  CAD to G-Code</title>
        <description> Hello,
has anybody here tried pyCAM?
i dont really get it.. 
if i import a model i can generate the GCode for it, but it cuts the final depht at the first time. that will only work with cheese,



  

    
      
    

    

    

    
        
    

    

    

    
      pycam.jpeg
    

  

 



mod_embed_images_loadimage(&#039;db6f42e1fdc33e3758617a8aff849542&#039;, &#039;/forum/thumbcache/c74/3b2/d04/0c7/3a6/cf4/16a/5c5/ba5/840/94_800x400.png&#039;, &#039;http://robotik.dyyyh.de/cnc/pycam.jpeg&#039;, &#039;https://reprap.org/forum/addon.php?131,module=embed_images,check_scaling=1,url=http%3A%2F%2Frobotik.dyyyh.de%2Fcnc%2Fpycam.jpeg&#039;, &#039;&#039;, 46510, 800, 400, &#039;Loading image ...&#039;, false);



how can i generate code that cuts step by step deeper into the material?

or is there another OS-Linux Programm that can do so ...
kind of a skeinforge for millig... ;)


thanks in advance...</description>
        <link>https://reprap.org/forum/read.php?131,46510,46510#msg-46510</link>
        <lastBuildDate>Thu, 14 May 2026 03:18:33 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?131,46510,48725#msg-48725</guid>
            <title>Re: pyCAM -  CAD to G-Code</title>
            <link>https://reprap.org/forum/read.php?131,46510,48725#msg-48725</link>
            <description><![CDATA[ Hi goaran,<br />
<br />
disclaimer: I am one of the developers of PyCAM ...<br />
<br />
PyCAM offers two different toolpath strategies:<br />
 - PushCutter: cutting down slices of configurable height (e.g. 3mm - if your cutter/material combination can manage the force)<br />
 - DropCutter: final surface cutting (assuming that the PushCutter already removed the material layers above)<br />
<br />
The templates in PyCAM are already configured in this way:<br />
1) a "rough" operation (PushCutter in parallel lines preferably with a big tool)<br />
2) a "semi-finish" operation (PushCutter following the contour of the model with a medium-sized tool)<br />
3) a "finish" operation (DropCutter with a small tool)<br />
<br />
All operations can be independently configured with a "material allowance" setting to keep some distance to the final surface. This is good for big tools that should avoid contact with the object.<br />
<br />
I hope, this helps,<br />
Lars]]></description>
            <dc:creator>sumpfralle</dc:creator>
            <category>CNC Routers, Mills, and Hybrid RepRapping</category>
            <pubDate>Fri, 11 Jun 2010 07:49:27 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?131,46510,46640#msg-46640</guid>
            <title>Re: pyCAM -  CAD to G-Code</title>
            <link>https://reprap.org/forum/read.php?131,46510,46640#msg-46640</link>
            <description><![CDATA[ Take a look at <a href="http://code.google.com/p/heekscad/" target="_blank"  rel="nofollow">HeeksCad</a>. It is still in heavy development, but it has made significant progress in the last 6 months and it is capable of generating the type of milling operations suggested by your post.]]></description>
            <dc:creator>madscifi</dc:creator>
            <category>CNC Routers, Mills, and Hybrid RepRapping</category>
            <pubDate>Fri, 28 May 2010 20:10:33 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?131,46510,46510#msg-46510</guid>
            <title>pyCAM -  CAD to G-Code</title>
            <link>https://reprap.org/forum/read.php?131,46510,46510#msg-46510</link>
            <description><![CDATA[ Hello,<br />
has anybody here tried pyCAM?<br />
i dont really get it.. <br />
if i import a model i can generate the GCode for it, but it cuts the final depht at the first time. that will only work with cheese,<br />
<br />
<div id="div_db6f42e1fdc33e3758617a8aff849542"
     class="mod_embed_images_extended"
     style="width:640px">

  

    
      
    

    <div id="imagediv_db6f42e1fdc33e3758617a8aff849542" class="mod_embed_images_image"
         style="width:640px; height:400px">

    

    <a href="http://robotik.dyyyh.de/cnc/pycam.jpeg">
        <img src="/forum/thumbcache/c74/3b2/d04/0c7/3a6/cf4/16a/5c5/ba5/840/94_800x400.png"
             width="640"
             height="400"
             id="image_db6f42e1fdc33e3758617a8aff849542"
             alt="pycam.jpeg"
             title="pycam.jpeg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_db6f42e1fdc33e3758617a8aff849542"
      style="display:block">
      <a id="link_db6f42e1fdc33e3758617a8aff849542" href="http://robotik.dyyyh.de/cnc/pycam.jpeg">pycam.jpeg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('db6f42e1fdc33e3758617a8aff849542', '/forum/thumbcache/c74/3b2/d04/0c7/3a6/cf4/16a/5c5/ba5/840/94_800x400.png', 'http://robotik.dyyyh.de/cnc/pycam.jpeg', 'https://reprap.org/forum/addon.php?131,module=embed_images,check_scaling=1,url=http%3A%2F%2Frobotik.dyyyh.de%2Fcnc%2Fpycam.jpeg', '', 46510, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
how can i generate code that cuts step by step deeper into the material?<br />
<br />
or is there another OS-Linux Programm that can do so ...<br />
kind of a skeinforge for millig... ;)<br />
<br />
<br />
thanks in advance...<br/>]]></description>
            <dc:creator>goaran</dc:creator>
            <category>CNC Routers, Mills, and Hybrid RepRapping</category>
            <pubDate>Wed, 26 May 2010 16:28:49 -0400</pubDate>
        </item>
    </channel>
</rss>
