Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
src
logic
result_codes.h
Go to the documentation of this file.
1
#pragma once
3
#include <stdint.h>
4
10
enum class
ResultCode
: uint_fast16_t {
11
OK
= 0,
12
Cancelled = 1
13
};
ErrorCode::OK
@ OK
the operation finished OK
ResultCode
ResultCode
Definition:
result_codes.h:10
Generated by
1.9.1