Work on applying the probed heightmap.

This commit is contained in:
2023-05-18 07:24:05 +03:00
parent f78aa930d6
commit 4e7e059e22
13 changed files with 334 additions and 37 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ namespace grbl {
struct grbl_parser {
parser_state state;
std::vector<std::shared_ptr<command>> commands;
std::vector<command *> commands;
std::vector<std::string> warnings;
grbl_parser();