init
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
#include "config.h"
|
||||
|
||||
bool gcode_parse_line(const char* line, GCodeLine& out);
|
||||
bool gcode_extract_param(const char* line, char code, float& out);
|
||||
Reference in New Issue
Block a user