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 ffcb93124c
Update README.md
2023-12-22 21:19:53 +01:00
dist release 1.0 2021-09-06 12:03:33 +02: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 Update README.md 2023-12-22 21:19:53 +01:00
Screen.png New Screenshot 2021-09-14 11:14:23 +02:00
cnc.py Initial implementation of gerbil 2023-12-03 21:04:30 +01:00
cnc_gerbil.py - Fixed loading of directorys 2023-12-22 20:53:46 +01:00
grbl_gcode_send.py Initial implementation of gerbil 2023-12-03 21:04:30 +01:00
grbl_stream.py Initial implementation of gerbil 2023-12-03 21:04:30 +01:00
modules.py Initial implementation of gerbil 2023-12-03 21:04:30 +01:00
regex_test.py new gerbil 2023-12-22 20:06:34 +01: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
  • Gcode milling envelope preview (low cpu usage),
  • G28 Position
  • Feed override (soon)
  • terminal

Screenshot_20231222_205706

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

Based on Python3 tkinter pyserial gerbil gcodemachine

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