- Rework of Touchscreen serial protocol handling

- Disable Endstop Beep
- Bugfix when stopping sd print while heating leads to a endless printing loop
- Bump version to 1.0.6 for next release
This commit is contained in:
Knutwurst
2020-07-11 13:29:06 +02:00
parent f6836ebdcb
commit 5d3be2c342
4 changed files with 89 additions and 84 deletions

View File

@@ -115,7 +115,7 @@ private:
void ReheatNozzle();
void ParkAfterStop();
char SelectedDirectory[30];
char currentTouchscreenSelection[30];
uint8_t SpecialMenu = false;
uint8_t FilamentSensorEnabled = true;