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
Go to file
Thomas Herrmann 9f798791c5 - Changed Screenshot 2023-12-28 20:55:03 +01:00
dist - Added executable 2023-12-28 20:38:53 +01:00
gcode_machine@624f71ae15 - Added submodules 2023-12-09 20:26:38 +01:00
gerbil@78aa148f0a - Fixed loading of directorys 2023-12-22 20:53:46 +01:00
.gitattributes Initial commit 2021-08-28 18:20:29 +02:00
.gitignore release 1.0 2021-09-06 12:03:33 +02:00
.gitmodules new gerbil 2023-12-22 20:06:34 +01:00
README.md - Changed Screenshot 2023-12-28 20:55:03 +01:00
Screen.png - Changed Screenshot 2023-12-28 20:49:21 +01:00
cnc_gerbil.py - Changed Screenshot 2023-12-28 20:49:21 +01:00
regex_test.py new gerbil 2023-12-22 20:06:34 +01:00
requirements.txt - Added executable 2023-12-28 20:38:53 +01:00

README.md

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.png

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