touchCNC/README.md
Thomas Herrmann 05f3b1dc45 - Added executable
- Removed old files
- changed readme
- Added old color scheme
- added requirements.txt
2023-12-28 20:43:03 +01:00

887 B

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

Screen

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