Skip to content

cg9999/pycam

This branch is 890 commits behind SebKuzminsky/pycam:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

12c7da6 · Apr 16, 2013
Apr 22, 2010
Feb 3, 2012
Nov 18, 2011
Jan 26, 2012
Apr 16, 2013
Jan 11, 2012
Jul 20, 2012
Jun 24, 2012
Jan 28, 2013
Jan 23, 2012
Sep 5, 2008
Nov 18, 2011
Mar 28, 2011
Mar 14, 2010
Jun 14, 2011
Jan 26, 2012
Mar 28, 2011
Nov 16, 2010
Jun 14, 2011
Jan 26, 2012
Aug 16, 2010

Repository files navigation

pycam : Python CAM
------------------

Toolpath Generation for 3-Axis CNC machining

Read the wiki for details:
    http://sourceforge.net/apps/mediawiki/pycam/index.php?title=User_Manual


RUNNING:

   extract the archive and run "python pycam"



USAGE:

   as a practical approach, you would probably: 
 
   1) for "rough" cutting,
      use the Cylindrical cutter 
      with the PushCutter Pathgenerator 
      and the Polygon PostProcessor in "x" or "y" mode 
      
 
   2) for "semifinish" cutting,
      use the Cylindrical/Toroidal cutter 
      with the PushCutter Pathgenerator 
      and the Contour PostProcessor in "xy" mode 

   3) "finish" cutting
      use the Spherical cutter 
      with the DropCutter Pathgenerator 
      and the ZigZag PostProcessor in "x" or "y" mode




KNOWN BUGS:

    http://sourceforge.net/tracker/?group_id=237831&atid=1104176


CONTRIBUTORS:

    * Lode Leroy: initiated the project; developed the toolpath generation,
      collision detection, geometry, Tk interface, ...

    * Lars Kruse: GTK interface and many features

    * Paul: GCode stepping precision

    * Arthur Magill: distutils packaging

    * Sebastian Kuzminsky: debian packaging

About

No description, website, or topics provided.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE.TXT
GPL-3.0
COPYING.TXT

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Other 0.2%