您的位置:首页 > 运维架构 > Linux

LinuxCNC branch for working with non-traditional machine control (ie: 3D printers) and running HAL

2013-09-02 09:17 1481 查看
configs/ARM:
Rearrange configuration directory


Collapse BeagleBoneBlack and BeagleBoneWhite directories into BeagleBone, as the two
boards are virtually 100% identical from the LinuxCNC configuration file perspective
Remove original files in configs/BeagleBone
Modify configuration HAL files with the new BeagleBone directory name where necessary

Signed-off-by: Charles Steinkuehler <charles@steinkuehler.net>


latest
commit cd06ec5db3



cdsteinkuehler authored August 07, 2013


app-defaultsresource
file to give XEmc the proper appearance
April 16, 2006

binmake it easier to
profile axis
March 11, 2010

configsconfigs/ARM:
Rearrange configuration directory
August 07, 2013

debiandebian/control.in:
add prerequisites for emcweb
June 06, 2013

docs

include

lib

nc_files

rtlibclean up ignores some
more
June 20, 2009

scripts

shareMerge
remote branch 'origin/v2.5_branch'
April 18, 2013

srchal/hal_bb_gpio
: Add invert parameter to I/O pins
June 16, 2013

tclMerge branch 'v2.5_branch'March 08, 2013

testsMerge
remote-tracking branch 'origin/master' into rtos-master-v0
June 14, 2013

wwwmissing directoryFebruary 27, 2013

.gitattributesrequest
special merge driver for l10n files
March 11, 2012

.gitignore

COPYINGrefer
to LinuxCNC and Enhanced Machine Controller
January 21, 2012

README

README.xenomaifix README.xenomaiNovember 03, 2012

TODOUpdated TODO fileOctober 09, 2012

VERSIONmaster is now the
2.6 branch
March 10, 2011

directory.mapRename
many user visible parts to "linuxcnc"
January 18, 2012

linuxcnc-wizard.gif

linuxcnc.gifRename
many user visible parts to "linuxcnc"
January 18, 2012

linuxcnc.xcfrebrandingJanuary 20, 2012

linuxcncicon.png
README

DISCLAIMER
----------

THE AUTHORS OF THIS LIBRARY 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.

Mission Statement
-----------------

LinuxCNC is an offshoot of the original NIST Enhanced Machine
Controller.  The new version is (primarily) a GPL'd project.
The major goals are:

1)  Make the project more friendly to new developers.  This
means a simpler build process, as well as other changes
listed below. (DONE)

2)  Reduce complexity by eliminating support for platforms
other than Linux on x86, with either RTAI or RTLinux for
realtime. (DONE)

3)  Incorporate a Hardware Abstraction Layer that makes the
realtime code more modular and allows pins and I/O devices
to be reconfigured easily. (DONE)

4)  Add some of the features that were discussed at the 2003
NAMES show on EMC Monday - these include rigid tapping
and single point threading, improved contouring, a built-
in PLC using ClassicLadder, and others. (mostly DONE, yet
new features will constantly be added)

The Build Process
-----------------

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

Directory Layout
----------------

The directory tree for LinuxCNC is documented in 'directory.map' in the
top level directory.

COPYING - this software is released under the GPL,
with some parts under the LGPL

Please also see the files in docs/

README  - general information
INSTALL - information about compiling and installing the software
AUTHORS - information about authors
NEWS    - latest news

Quickstart:
-----------

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

cd src

In the source directory, build LinuxCNC:

./configure
[or, if you do not have a realtime kernel:]
./configure --enable-simulator

make clean
make
sudo make setuid

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

. scripts/rip-environment
linuxcnc
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐