mirror of
https://github.com/BKLronin/touchCNC.git
synced 2024-11-21 16:14:01 +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
cdf067c125
- changed color states - Fixed stop job in gui |
||
---|---|---|
dist | ||
gcode_machine@624f71ae15 | ||
gerbil@765928d653 | ||
.gitattributes | ||
.gitignore | ||
cnc_gerbil.py | ||
cnc.py | ||
grbl_gcode_send.py | ||
grbl_stream.py | ||
modules.py | ||
README.md | ||
Screen.png |
touchCNC -not ready for production - TESTING STAGE
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 and Macro commands
- Gcode milling envelope preview (low cpu usage),
- G28 Position
- Feed override
- terminal
Tested on latest Armbian stable https://www.armbian.com/odroid-c2/#kernels-archive-all
Based on Python3 tkinter pyserial
In some cases you have to manually install tkinter via apt and pyserial via pip.