6 lines
158 B
C
6 lines
158 B
C
#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);
|