From 9ae16cef048847fcc9cb45a6c65d78c0ed183c6e Mon Sep 17 00:00:00 2001 From: Thomas Herrmann Date: Tue, 14 Sep 2021 11:33:51 +0200 Subject: [PATCH] Update README.md --- README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bae79a0..3c275e8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,24 @@ # touchCNC -GRBL 1.1 CNC Controller for ODROID VU and C2 +GRBL 1.1 CNC Controller for ODROID C2 with VU PLus Touch Screen -- Jog, Zero positions, Job commands, Spindle Coolant, Tool and Macro commands, Gcode milling envelope preview (lowc pu usage), terminal -![Alt text](https://github.com/BKLronin/touchCNC/blob/815d2489f842d86d124fcf1924b28de70ac289a3/GUI.png "Preview") +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 +![Alt text](https://github.com/BKLronin/touchCNC/blob/815d2489f842d86d124fcf1924b28de70ac289a3/Screen.png "Preview") + +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.