From cd00745ab8d2760d0e47bd7d643e5b3107190ff2 Mon Sep 17 00:00:00 2001 From: Thomas Herrmann Date: Fri, 22 Dec 2023 21:19:19 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7dea06e..057e748 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# touchCNC -not ready for production - TESTING STAGE +# 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. @@ -6,13 +6,13 @@ Should run on any System wit at least 1024x600 Screen Resolution. - Jog - Zero positions - Job commands -- Spindle Coolant, Tool and Macro commands +- Spindle Coolant, Tool - Gcode milling envelope preview (low cpu usage), - G28 Position -- Feed override +- Feed override (soon) - terminal -![Screen](https://user-images.githubusercontent.com/6392076/133233601-8ef0e06f-e055-4677-8828-ed092aa37250.png) +![Screenshot_20231222_205706](https://github.com/BKLronin/touchCNC/assets/6392076/b57899df-8c59-4353-a41a-548273e79a59) Tested on latest Armbian stable https://www.armbian.com/odroid-c2/#kernels-archive-all @@ -23,3 +23,4 @@ tkinter pyserial In some cases you have to manually install tkinter via apt and pyserial via pip. +