Some minor Touchscreen fixes
This commit is contained in:
@@ -731,8 +731,8 @@ void AnycubicTouchscreenClass::PrintList()
|
|||||||
|
|
||||||
// Cut off too long filenames.
|
// Cut off too long filenames.
|
||||||
// They don't fit on the screen anyways.
|
// They don't fit on the screen anyways.
|
||||||
if(fileNameLen > MAX_PRINTABLE_FILENAME_LEN)
|
//if(fileNameLen > MAX_PRINTABLE_FILENAME_LEN)
|
||||||
fileNameLen = MAX_PRINTABLE_FILENAME_LEN;
|
// fileNameLen = MAX_PRINTABLE_FILENAME_LEN;
|
||||||
|
|
||||||
char outputString[fileNameLen];
|
char outputString[fileNameLen];
|
||||||
|
|
||||||
|
@@ -90,7 +90,7 @@ char *ftostr32(const float &);
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if ENABLED(KNUTWURST_DGUS2_TFT)
|
#if ENABLED(KNUTWURST_DGUS2_TFT)
|
||||||
#define SM_DIR_UP_L "<<<<<<.gcode"
|
#define SM_DIR_UP_L "<<< BACK <<<.gcode"
|
||||||
#define SM_DIR_UP_S "DIR_UP~1.GCO"
|
#define SM_DIR_UP_S "DIR_UP~1.GCO"
|
||||||
#define SM_SPECIAL_MENU_L "<Special Menu>.gcode"
|
#define SM_SPECIAL_MENU_L "<Special Menu>.gcode"
|
||||||
#define SM_SPECIAL_MENU_S "<SPECI~1.GCO"
|
#define SM_SPECIAL_MENU_S "<SPECI~1.GCO"
|
||||||
|
Reference in New Issue
Block a user