Files
QIDI_Q1_Pro/include/mks_gcode.h

9 lines
129 B
C
Raw Normal View History

2024-03-19 15:48:17 +08:00
#ifndef MKS_GCODE_H
#define MKS_GCODE_H
#include "nlohmann/json.hpp"
void parse_gcode_response(nlohmann::json params);
#endif