Back to anycubic default acceleration settings.

This commit is contained in:
Knutwurst
2020-06-03 12:38:40 +02:00
parent c88389506f
commit 404ead5e0b
2 changed files with 6 additions and 3 deletions

View File

@@ -598,6 +598,9 @@ void AnycubicTouchscreenClass::Ls()
{
card.selectFileByIndex(cnt - 1);
// Bugfix for non-printable special characters
// which are now replaced by underscores.
int fileNameLen = strlen(card.longFilename);
char buffer[fileNameLen];