Hide "Change Filament E2" on single extuders (T1535)

master
Marcio Teixeira 7 years ago
parent ca04281d71
commit bea6a390c9

@ -13,7 +13,7 @@
* got disabled. * got disabled.
*/ */
#define LULZBOT_FW_VERSION ".60" // Change this with each update #define LULZBOT_FW_VERSION ".61" // Change this with each update
#if ( \ #if ( \
!defined(LULZBOT_Gladiola_Mini) && \ !defined(LULZBOT_Gladiola_Mini) && \
@ -1817,7 +1817,7 @@
#define LULZBOT_SCROLL_LONG_FILE_NAMES #define LULZBOT_SCROLL_LONG_FILE_NAMES
#define LULZBOT_REORDERED_MENUS #define LULZBOT_REORDERED_MENUS
#define LULZBOT_ESTEP_REDUCED_LCD_PRECISION #define LULZBOT_ESTEP_REDUCED_LCD_PRECISION
#if LULZBOT_EXTRUDERS > 0 #if LULZBOT_EXTRUDERS > 1
#define LULZBOT_CHANGE_FILAMENT_DUAL_EXTRUDER_SUPPORT #define LULZBOT_CHANGE_FILAMENT_DUAL_EXTRUDER_SUPPORT
#endif #endif
#endif #endif

Loading…
Cancel
Save