mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 23:48:43 +03:00
Initial commit
This commit is contained in:
8
include/mks_gcode.h
Normal file
8
include/mks_gcode.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef MKS_GCODE_H
|
||||
#define MKS_GCODE_H
|
||||
|
||||
#include "nlohmann/json.hpp"
|
||||
|
||||
void parse_gcode_response(nlohmann::json params);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user