Skip to content

jtpedersen/pycam

 
 

Build Status

pycam : Python CAM

Toolpath Generation for 3-Axis CNC machining

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
  1. for "semifinish" cutting,
  • use the Cylindrical/Toroidal cutter
  • with the PushCutter Pathgenerator
  • and the Contour PostProcessor in "xy" mode
  1. "finish" cutting
  • use the Spherical cutter
  • with the DropCutter Pathgenerator
  • and the ZigZag PostProcessor in "x" or "y" mode

BUG TRACKER

https://github.com/SebKuzminsky/pycam/issues

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

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.5%
  • Other 0.5%