mirror of
https://github.com/BKLronin/touchCNC.git
synced 2024-11-12 20:24:02 +01:00
GRBL 1.1 CNC Controller for ODROID C2 with VU PLus Touch Screen
Should run on any System wit at least 1024x600 Screen Resolution.
Jog
Zero positions
Job commands
Spindle Coolant, Tool
Gcode milling envelope preview (low cpu usage),
G28 Position
Feed override (soon)
terminal
c11e5e1ba4
-Changed depency to the pip package version from submodule -Updated requirements.txt |
||
---|---|---|
dist | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
cnc_gerbil.py | ||
README.md | ||
regex_test.py | ||
requirements.txt | ||
Screen.png | ||
settings.py |
touchCNC 1.0
GRBL 1.1 CNC Controller for ODROID C2 with VU PLus Touch Screen or Linux Desktop
Should run on any System wit at least 1024x600 Screen Resolution.
- Jog
- Zero positions
- Job commands
- Spindle Coolant, Tool and Macro commands
- Gcode milling envelope preview
- G28 Position
- Feed override (Not yet working)
- terminal
- Laser status and switch
- Tested on latest Armbian stable https://www.armbian.com/odroid-c2/#kernels-archive-all
- Tested on Manjaro
- Using cncpro v3 with grbl1.1f
Clone to your PC
git clone https://github.com/BKLronin/touchCNC.git
Install
- (Create env)
- In folder enter:
pip install requirements.txt
Run
python cnc_gerbil.py
or
cd dist
./cnc_gerbil
Based on:
Python3
tkinter
pyserial
gerbil