-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/pknoe3lh/cncgcodecontroller
- Loading branch information
Showing
1 changed file
with
25 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,27 @@ | ||
cncgcodecontroller | ||
CNC-GCode-Controller | ||
================== | ||
If you use a reprap Controller (like Marlin ...) for a CNC machine then this is your Program ;-) | ||
|
||
CNC-GCode-Controller | ||
### Features: | ||
* Communication with the Controller over com port | ||
* Basic movements with preview | ||
* Loading cnc files | ||
* Preview of cnc file | ||
* Autoleveling (at this point only for Marlin firmware because of hit endstop message) | ||
* Optimise G0 movements | ||
* Most commonly used Gcodes are translated for a Reprap Controller (Tested with Marlin) | ||
* Backlash correction | ||
* Artsupport | ||
|
||
### Tutorial Videos: | ||
* [en] https://youtu.be/xxbBipRvp5I | ||
* [de] https://youtu.be/hYSPs9B2VUM | ||
|
||
### Infos: | ||
http://reprap.org/wiki/CNC_Gcode_controller | ||
|
||
![ccgc](https://cloud.githubusercontent.com/assets/5472845/19075920/327ab30e-8a47-11e6-9517-498ba40fde2b.png) | ||
![ccgc2](https://cloud.githubusercontent.com/assets/5472845/19075921/32827026-8a47-11e6-8370-83a8877f99bc.png) | ||
![cncgcode_simplecontrols](https://cloud.githubusercontent.com/assets/7280879/6883509/cc5aa17a-d5b0-11e4-99d4-b629e83e760d.png) | ||
![cnccontroller2](https://f.cloud.github.com/assets/5472845/1229735/47a2a5e4-27c0-11e3-82fe-a572220cfceb.png) | ||
![cnccontroller3](https://f.cloud.github.com/assets/5472845/1229736/47b8d0f8-27c0-11e3-904b-6daddec09239.png) |