2023-12-28 20:38:53 +01:00
|
|
|
# touchCNC 1.0
|
|
|
|
GRBL 1.1 CNC Controller for ODROID C2 with VU PLus Touch Screen or Linux Desktop
|
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
|
2023-12-28 20:38:53 +01:00
|
|
|
- Gcode milling envelope preview
|
2021-09-14 11:33:51 +02:00
|
|
|
- G28 Position
|
2023-12-28 20:38:53 +01:00
|
|
|
- Feed override (Not yet working)
|
2021-09-14 11:33:51 +02:00
|
|
|
- terminal
|
2023-12-28 20:38:53 +01:00
|
|
|
- Laser status and switch
|
2021-08-30 18:51:27 +02:00
|
|
|
|
2021-09-14 11:35:22 +02:00
|
|
|
![Screen](https://user-images.githubusercontent.com/6392076/133233601-8ef0e06f-e055-4677-8828-ed092aa37250.png)
|
|
|
|
|
2023-12-28 20:38:53 +01:00
|
|
|
- Tested on latest Armbian stable https://www.armbian.com/odroid-c2/#kernels-archive-all
|
|
|
|
- Tested on Manjaro
|
|
|
|
- Using cncpro v3 with grbl1.1f
|
2021-09-14 11:33:51 +02:00
|
|
|
|
2023-12-28 20:38:53 +01:00
|
|
|
## Clone to your PC
|
|
|
|
`git clone https://github.com/BKLronin/touchCNC.git`
|
2021-09-14 11:33:51 +02:00
|
|
|
|
2023-12-28 20:38:53 +01:00
|
|
|
## Install
|
|
|
|
- (Create env)
|
|
|
|
- In folder enter:
|
|
|
|
`pip install requirements.txt`
|
|
|
|
|
|
|
|
## Run
|
|
|
|
`python cnc_gerbil.py`
|
|
|
|
or
|
|
|
|
`cd dist`
|
|
|
|
`./cnc_gerbil`
|
|
|
|
|
|
|
|
### Based on:
|
2021-08-30 18:51:27 +02:00
|
|
|
Python3
|
|
|
|
tkinter
|
|
|
|
pyserial
|
2023-12-28 20:38:53 +01:00
|
|
|
gerbil
|
2021-09-14 11:33:51 +02:00
|
|
|
|