From 3913549b9e76b3ac77dd94dc73302b99bbad6fe4 Mon Sep 17 00:00:00 2001 From: Adrian Scripca Date: Fri, 5 May 2023 16:58:34 +0300 Subject: [PATCH] Fixed sigsev caused by modifying UI from outside the UI thread. WIP on jogging layout. --- main.cpp | 50 ++++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/main.cpp b/main.cpp index 6660248..33d046e 100644 --- a/main.cpp +++ b/main.cpp @@ -167,6 +167,34 @@ public: cnc.go_to_zero(true, true, true); }); + // jogging + layer->add