Files
cnc_draw_machine/include/gcode_parser.h
T
2026-06-25 18:42:40 +02:00

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);