touchCNC/README.md

25 lines
645 B
Markdown
Raw Normal View History

2021-08-30 18:49:01 +02:00
# touchCNC
2021-09-14 11:33:51 +02:00
GRBL 1.1 CNC Controller for ODROID C2 with VU PLus Touch Screen
2021-08-30 18:51:27 +02:00
2021-09-14 11:33:51 +02:00
Should run on any System wit at least 1024x600 Screen Resolution.
2021-09-05 21:18:58 +02:00
2021-09-14 11:33:51 +02:00
- Jog
- Zero positions
- Job commands
- Spindle Coolant, Tool and Macro commands
- Gcode milling envelope preview (low cpu usage),
- G28 Position
- Feed override
- terminal
2021-08-30 18:51:27 +02:00
2021-09-14 11:33:51 +02:00
![Alt text](https://github.com/BKLronin/touchCNC/blob/815d2489f842d86d124fcf1924b28de70ac289a3/Screen.png "Preview")
Tested on latest Armbian stable https://www.armbian.com/odroid-c2/#kernels-archive-all
Based on
2021-08-30 18:51:27 +02:00
Python3
tkinter
pyserial
2021-09-14 11:33:51 +02:00
In some cases you have to manually install tkinter via apt and pyserial via pip.