From 05f3b1dc45c177a878ce53ff0c39f910c7c7f8c0 Mon Sep 17 00:00:00 2001 From: Thomas Herrmann Date: Thu, 28 Dec 2023 20:43:03 +0100 Subject: [PATCH] - Added executable - Removed old files - changed readme - Added old color scheme - added requirements.txt --- README.md | 1 + cnc_gerbil.py | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d86e70..41b0f4a 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ Should run on any System wit at least 1024x600 Screen Resolution. - terminal - Laser status and switch + ![Screen](https://user-images.githubusercontent.com/6392076/133233601-8ef0e06f-e055-4677-8828-ed092aa37250.png) - Tested on latest Armbian stable https://www.armbian.com/odroid-c2/#kernels-archive-all diff --git a/cnc_gerbil.py b/cnc_gerbil.py index f9d69c1..e3889ac 100644 --- a/cnc_gerbil.py +++ b/cnc_gerbil.py @@ -43,6 +43,7 @@ class touchCNC: self.feed = self.secondary self.transport = '#FA7921' + # Classic Scheme attention = 'red' loaded = 'green'