- Code cleanup

- Bump version to 1.0.5-prerelease
This commit is contained in:
Knutwurst
2020-06-14 17:47:42 +02:00
parent fb801fb3ec
commit e04691b248
3 changed files with 23 additions and 64 deletions

View File

@@ -86,6 +86,7 @@ private:
uint16_t HeaterCheckCount = 0;
bool IsParked = false;
#if defined(POWER_OUTAGE_TEST)
struct OutageDataStruct
{
char OutageDataVersion;
@@ -95,13 +96,12 @@ private:
float last_hotend_temp;
long lastSDposition;
} OutageData;
#endif
void WriteOutageEEPromData();
void ReadOutageEEPromData();
float CodeValue();
bool CodeSeen(char);
void Ls();
void AnycubicTouchscreen();
void StartPrint();
void PausePrint();
void StopPrint();