Files
QIDI_Q1_Pro/include/mks_gcode.h
2024-03-19 15:48:17 +08:00

9 lines
129 B
C

#ifndef MKS_GCODE_H
#define MKS_GCODE_H
#include "nlohmann/json.hpp"
void parse_gcode_response(nlohmann::json params);
#endif