Prusa3d Marlin fork
mmu2_supported_version.h
1
#pragma once
2
#include <stdint.h>
3
4
namespace
MMU2
{
5
6
static
constexpr uint8_t mmuVersionMajor = 3;
7
static
constexpr uint8_t mmuVersionMinor = 0;
8
static
constexpr uint8_t mmuVersionPatch = 2;
9
10
}
// namespace MMU2
MMU2
New MMU2 protocol logic.
Definition:
mmu2.cpp:26
Generated by
1.9.1