Enable scroll long names and manual progress bar.

master
Marcio Teixeira 6 years ago
parent c9035a122d
commit b1b309b33d

@ -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 */

@ -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.

Loading…
Cancel
Save