-
Notifications
You must be signed in to change notification settings - Fork 19
/
README.TXT
56 lines (30 loc) · 1.23 KB
/
README.TXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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