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 71db9d2e4a Added Gcode PReview 2021-10-16 23:12:35 +02:00
dist release 1.0 2021-09-06 12:03:33 +02:00
.gitattributes Initial commit 2021-08-28 18:20:29 +02:00
.gitignore release 1.0 2021-09-06 12:03:33 +02:00
README.md Update README.md 2021-09-14 11:35:22 +02:00
Screen.png New Screenshot 2021-09-14 11:14:23 +02:00
cnc.py Added Gcode PReview 2021-10-16 23:12:35 +02:00

README.md

touchCNC

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 and Macro commands
  • Gcode milling envelope preview (low cpu usage),
  • G28 Position
  • Feed override
  • terminal

Screen

Tested on latest Armbian stable https://www.armbian.com/odroid-c2/#kernels-archive-all

Based on Python3 tkinter pyserial

In some cases you have to manually install tkinter via apt and pyserial via pip.