Solved inter-thread communication issues by feeding commands over a queue.

This commit is contained in:
2023-05-10 16:14:57 +03:00
parent 5748e3d5af
commit 91d438353d
4 changed files with 356 additions and 174 deletions
+4 -1
View File
@@ -33,8 +33,11 @@ DONE - store Z offset and place it in the heightmap
- if line contains a Z coordinate, update the Z according to the X and Y
- if line does not contain a Z coordinate, add a Z coordinate according to the X and Y
Solve bug in which the probing data does not get rendered properly as it gets probed.
DONE -Let's get rid of the pesky inter-thread communication issue which is causing a lot of confusion.
DONE - Solve bug in which the probing data does not get rendered properly as it gets probed.
Bug: query coordinate systems after first z probe.
Refactor: see if we can unify machine state line handling and remove duplication
Edge finding
- prerequisites