Rebase fix

Add documentation
Whitespace
This commit is contained in:
3d-gussner 2023-11-22 08:21:52 +01:00
parent d394645b69
commit 02459edcb6
4 changed files with 7 additions and 5 deletions

View File

@ -12,6 +12,8 @@
#pragma once
#include "macros.h"
// The order of the states is important as we check
// - LCD menu only shown when lower than "IsSDPrinting"
enum class PrinterState : uint8_t
{
NotReady = 0, //Lowest state to simplify queries