From 26fcaf9953557c48cd9125f170cca0442f728cc5 Mon Sep 17 00:00:00 2001 From: fgiudice98 Date: Wed, 15 Dec 2021 16:31:23 +0100 Subject: [PATCH] Enable M33 command Enable M33 with 65 chars max filename length --- Marlin/Configuration_adv.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 8682384ff..d94ba9f7b 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -697,10 +697,10 @@ #endif // This allows hosts to request long names for files and folders with M33 - //#define LONG_FILENAME_HOST_SUPPORT + #define LONG_FILENAME_HOST_SUPPORT // Enable this option to scroll long filenames in the SD card menu - //#define SCROLL_LONG_FILENAMES + #define SCROLL_LONG_FILENAMES /** * This option allows you to abort SD printing when any endstop is triggered.