Prusa-MMU-Private
PrusaMultiMaterialUpgradev3firmwareforMK3SMK4
Enumerations
result_codes.h File Reference
#include <stdint.h>
Include dependency graph for result_codes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum class  ResultCode : uint_fast16_t { OK = 0 , Cancelled = 1 }
 

Enumeration Type Documentation

◆ ResultCode

enum ResultCode : uint_fast16_t
strong

A complete set of result codes which may be a result of a high-level command/operation. This header file shall be included in the printer's firmware as well as a reference, therefore the error codes have been extracted to one place.

Please note that currently only LoadFilament can return something else than "OK"