forked from adbensi/cammill
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
49 lines (37 loc) · 1.39 KB
/
README
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
2D CAM-Tool for Linux and OSX
Features:
* Automatic Offsets (Inside / Outside)
* Normal and Climb milling
* Rotary-Axis Support
* Laser-Mode (inc. Offsets)
* Tool/Material calculations for feedrate and tool-speed
* Holding-Tab's
* Support for milling MTEXT from dxf
* LinuxCNC-Tooltable import
* Setup-Presets
* Post-Processor (with lua-script / compatible with sheetcam-tng)
* Running under Linux and Mac-OSX (and maybe other Unix-Like Systems)
* .....
--------------------------------------------------------------------
Homepage: http://www.multixmedia.org/cammill/
--------------------------------------------------------------------
--------------------------------------------------------------------
To compile under Linux (Debian/Wheezy):
--------------------------------------------------------------------
apt-get install clang libgtkglext1-dev libgtksourceview2.0-dev liblua5.1-0-dev freeglut3-dev libglu1-mesa-dev libgtk2.0-dev libgvnc-1.0-dev
git clone https://github.com/multigcs/cammill.git
cd cammill
make
./cammill test.dxf
--------------------------------------------------------------------
To compile under Mac-OSX:
--------------------------------------------------------------------
port selfupdate
port upgrade outdated
port install gtkglext
port install gtksourceview2
port install lua
git clone https://github.com/multigcs/cammill.git
cd cammill
make -f Makefile.osx
./cammill test.dxf