diff --git a/Marlin/Conditionals_LulzBot.h b/Marlin/Conditionals_LulzBot.h index 13cbd477a..b5aa1dd41 100644 --- a/Marlin/Conditionals_LulzBot.h +++ b/Marlin/Conditionals_LulzBot.h @@ -1821,6 +1821,8 @@ #if LULZBOT_EXTRUDERS > 1 #define LULZBOT_CHANGE_FILAMENT_DUAL_EXTRUDER_SUPPORT #endif + #define LULZBOT_LCD_SET_PROGRESS_MANUALLY + #define LULZBOT_SCROLL_LONG_FILENAMES #endif /* Marlin requires static PSTRs to display on the LCD display, because of this */ diff --git a/Marlin/Configuration_adv.h b/Marlin/Configuration_adv.h index 82944ec08..79d09a70f 100644 --- a/Marlin/Configuration_adv.h +++ b/Marlin/Configuration_adv.h @@ -585,13 +585,13 @@ #endif // Add an 'M73' G-code to set the current percentage - //#define LCD_SET_PROGRESS_MANUALLY + #define LCD_SET_PROGRESS_MANUALLY LULZBOT_LCD_SET_PROGRESS_MANUALLY // This allows hosts to request long names for files and folders with M33 //#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 LULZBOT_SCROLL_LONG_FILENAMES /** * This option allows you to abort SD printing when any endstop is triggered.