New serial protocol handling and .gcode is only appended when it's needed.

This commit is contained in:
Knutwurst
2020-07-09 10:37:14 +02:00
parent 73c98e400b
commit d88d98d691
2 changed files with 61 additions and 55 deletions

View File

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