touchCNC/README.md

29 lines
657 B
Markdown
Raw Normal View History

2023-12-22 21:19:19 +01: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
2023-12-22 21:19:19 +01:00
- Spindle Coolant, Tool
2021-09-14 11:33:51 +02:00
- Gcode milling envelope preview (low cpu usage),
- G28 Position
2023-12-22 21:19:19 +01:00
- Feed override (soon)
2021-09-14 11:33:51 +02:00
- terminal
2021-08-30 18:51:27 +02:00
2023-12-22 21:19:19 +01:00
![Screenshot_20231222_205706](https://github.com/BKLronin/touchCNC/assets/6392076/b57899df-8c59-4353-a41a-548273e79a59)
2021-09-14 11:35:22 +02:00
2021-09-14 11:33:51 +02:00
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
2023-12-22 21:19:53 +01:00
gerbil
gcodemachine
2021-09-14 11:33:51 +02:00
In some cases you have to manually install tkinter via apt and pyserial via pip.
2023-12-22 21:19:19 +01:00