Solved inter-thread communication issues by feeding commands over a queue.
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user