Work on applying the probed heightmap.
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user