CNC machine remote control device
License
mbuesch/cnc-control
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
------------------------------------- --- CNC-Control --- Fully Open Source CNC remote control device ------ Copyright (c) 2009-2013 Michael Buesch <m@bues.ch> --- Integrating CNC-Control into LinuxCNC --- LinuxCNC 2.5.x or later is required. Integration into LinuxCNC is easy, because the CNC-Control HAL file is pretty much selfcontained. Just copy the driver/cnccontrol.hal file to your LinuxCNC configuration directory. Then modify your .ini file to load the new .hal file. LinuxCNC can load multiple HAL files. So all that is needed usually is to add a line like this HALFILE = cnccontrol.hal to the end of the [HAL] section of your .ini file. Add the new HALFILE line below any exitsing HALFILE line. To install the HAL driver, just go to the "driver" subdirectory and run the make sudo -i # become root make install commands. This will install the driver. It will also install a sudo script to /etc/sudoers.d/zzz-cnccontrol, which is required for the driver to have access permissions to the USB device. Note that "sudo" needs to be installed on the system and support for the /etc/sudoers.d/ directory must available. If sudo is not installed, install it with aptitude install sudo If your system does not support the sudoers.d directory, you need to manually adjust your suoders file. In most cases you just need to append the contents of the zzz-cnccontrol file to your /etc/sudoers file. Use visudo to edit the sudoers file. All configuration of the CNC-Control device can be done through the cnccontrol.hal file. Just look into the file and read the comments.
About
CNC machine remote control device
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published