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