Skip to content

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.

License

Notifications You must be signed in to change notification settings

wangrupin/linuxcnc

This branch is 16005 commits behind LinuxCNC/linuxcnc:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3257997 · Jan 5, 2016
Apr 16, 2006
Dec 1, 2013
Jan 2, 2016
Jan 2, 2016
Jan 5, 2016
Oct 22, 2014
Jun 20, 2009
Dec 22, 2015
Dec 18, 2015
Jun 21, 2009
Dec 30, 2015
Dec 6, 2015
Jan 3, 2016
Dec 22, 2015
Dec 30, 2015
Mar 11, 2012
Jun 11, 2014
Jan 21, 2012
Jan 5, 2016
Feb 28, 2012
Oct 27, 2014
Jan 18, 2012
Jan 18, 2012
Jan 20, 2012
Jan 18, 2012

Repository files navigation

DISCLAIMER

THE AUTHORS OF THIS SOFTWARE ACCEPT ABSOLUTELY NO LIABILITY FOR ANY HARM OR LOSS RESULTING FROM ITS USE. IT IS EXTREMELY UNWISE TO RELY ON SOFTWARE ALONE FOR SAFETY. Any machinery capable of harming persons must have provisions for completely removing power from all motors, etc, before persons enter any danger area. All machinery must be designed to comply with local and national safety codes, and the authors of this software can not, and do not, take any responsibility for such compliance.

This software is released under the GPLv2, with some parts under the LGPL. See the file COPYING for more details.

The Build Process

Refer to the file 'docs/INSTALL' for information about building and running the software.

Quickstart

From the top level directory, switch to the source directory:

cd src

In the source directory, build LinuxCNC:

# for rtai
./autogen.sh
./configure
# or, for PREEMPT-rt or vanilla kernels:
./autogen.sh
./configure --with-realtime=uspace

make clean
make
# for rtai or PREEMPT-rt kernels:
sudo make setuid

to run the software go back to the top level directory, and issue:

. scripts/rip-environment
linuxcnc

About

LinuxCNC controls CNC machines. It can drive milling machines, lathes, 3d printers, laser cutters, plasma cutters, robot arms, hexapods, and more.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 35.9%
  • C++ 28.2%
  • Python 24.3%
  • Tcl 5.3%
  • Shell 4.3%
  • CLIPS 0.8%
  • Other 1.2%