mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 23:48:43 +03:00
9 lines
129 B
C
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
|