mirror of
https://github.com/QIDITECH/QIDI_Q1_Pro.git
synced 2026-01-30 23:48:43 +03:00
11 lines
185 B
C++
11 lines
185 B
C++
|
|
#include "../include/MoonrakerAPI.h"
|
||
|
|
#include "../include/mks_error.h"
|
||
|
|
#include "../include/event.h"
|
||
|
|
|
||
|
|
void parse_error(nlohmann::json error) {
|
||
|
|
std::cout << error << std::endl;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
|